mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
(name) @text.todo @nospell
|
||||
("(" @punctuation.bracket (user) @constant ")" @punctuation.bracket)?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue