You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason for (re)defining these values? I cannot see what value this actually offers.
It creates issues in my setup as I disable yats/Vim's built-in TS syntax as it greatly diverges from the JS syntax and the things that go along with that (groups, highlighting standards, etc). As such, I was rather surprised to see typescriptLineComment start popping up, and tracked it down to this plugin.
I'd understand redefining the groups to exclude them from JSX blocks but that's seemingly not what's being done here. As it stands, it looks to just be a redefining of syntax groups that already exist or, in my rather particular case, defining groups that are trying to be avoided.
I'm happy to fork and move on, but this feels quite odd as it isn't providing any real difference to existing line comment syntax groups as far as I can tell.
The text was updated successfully, but these errors were encountered:
Is there a reason for (re)defining these values? I cannot see what value this actually offers.
It creates issues in my setup as I disable yats/Vim's built-in TS syntax as it greatly diverges from the JS syntax and the things that go along with that (groups, highlighting standards, etc). As such, I was rather surprised to see
typescriptLineComment
start popping up, and tracked it down to this plugin.I'd understand redefining the groups to exclude them from JSX blocks but that's seemingly not what's being done here. As it stands, it looks to just be a redefining of syntax groups that already exist or, in my rather particular case, defining groups that are trying to be avoided.
I'm happy to fork and move on, but this feels quite odd as it isn't providing any real difference to existing line comment syntax groups as far as I can tell.
The text was updated successfully, but these errors were encountered: