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
Using neovim 0.7.0 on void linux, with the latest treesitter & grammars installed.
When treesitter highlighting is enabled, the >&2 in printf >&2 "something" causes treesitter to fail to parse the next quoted string properly, leading to an erroneous quote imbalance and the rest of the file to be highlighted like a quoted string.
Treesitter highlighting enabled:
Disabled:
The text was updated successfully, but these errors were encountered:
Using neovim 0.7.0 on void linux, with the latest treesitter & grammars installed.
When treesitter highlighting is enabled, the
>&2
inprintf >&2 "something"
causes treesitter to fail to parse the next quoted string properly, leading to an erroneous quote imbalance and the rest of the file to be highlighted like a quoted string.Treesitter highlighting enabled:
Disabled:
The text was updated successfully, but these errors were encountered: