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
nvim-treesitter does not tend to support very fine syntax highlighting as per :h group-names. For example, in Rust the ? token is represented as an Operator (e.g. +, -, &&) rather than Exception (e.g. try, catch, throw). I wish to support nvim-treesitter more appropriately with this template by providing scheme queries, though this will take a long time to do and I can't get to it for a while.
Edit: this is currently in progress.
C#
CSS
Git config
Git rebase
Gitignore
HTML
Lua
Rust
Toml
Vim
…
The text was updated successfully, but these errors were encountered:
nvim-treesitter
does not tend to support very fine syntax highlighting as per:h group-names
. For example, in Rust the?
token is represented as anOperator
(e.g.+
,-
,&&
) rather thanException
(e.g.try
,catch
,throw
). I wish to supportnvim-treesitter
more appropriately with this template by providing scheme queries, though this will take a long time to do and I can't get to it for a while.Edit: this is currently in progress.
The text was updated successfully, but these errors were encountered: