We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1e102 commit 67446acCopy full SHA for 67446ac
README.md
@@ -73,6 +73,15 @@ but you can match it with this query:
73
(#match? @issue "^[0-9]+$"))
74
```
75
76
+### I'm using Neovim and don't see all tags highlighted
77
+
78
+To avoid false positives, Neovim doesn't highlight all tags,
79
+but a list of specific ones,
80
+see the list at [`queries/comment/highlights.scm`](https://github.com/nvim-treesitter/nvim-treesitter/blob/master/queries/comment/highlights.scm).
81
82
+If you want your tag highlighted, you can extend the query locally, see `:h treesitter-query`.
83
+Or if you think it's very common, you can suggest it [upstream](https://github.com/nvim-treesitter/nvim-treesitter).
84
85
## Why C?
86
87
Tree-sitter is a [LR parser](https://en.wikipedia.org/wiki/LR_parser) for context-free grammars,
0 commit comments