stsewd / tree-sitter-comment

Tree-sitter grammar for comment tags like TODO, FIXME(user).
https://stsewd.dev/tree-sitter-comment/
MIT License
126 stars 8 forks source link

Highlight bad for brackets and delimiters #10

Closed jackhub closed 2 years ago

jackhub commented 2 years ago
image

They should be greyed in comments, different with regulars.

stsewd commented 2 years ago

Hi, you can override the queries at https://github.com/nvim-treesitter/nvim-treesitter/blob/master/queries/comment/highlights.scm to change that to your like. See https://github.com/nvim-treesitter/nvim-treesitter#adding-queries.