mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
perf(comment): remove spell capture
Problem: Comment highlight query produces too many @spell captures. Solution: Remove the query. This is fine because comment parser is only used in injection and the parent language has @spell for comment.
This commit is contained in:
parent
0ba881b7a2
commit
905e782e80
1 changed files with 0 additions and 2 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
(_) @spell
|
|
||||||
|
|
||||||
((tag
|
((tag
|
||||||
(name) @text.todo @nospell
|
(name) @text.todo @nospell
|
||||||
("(" @punctuation.bracket (user) @constant ")" @punctuation.bracket)?
|
("(" @punctuation.bracket (user) @constant ")" @punctuation.bracket)?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue