mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 16:30:02 -04:00
fix(nu): perf issue of highlight.scm (#7475)
This commit is contained in:
parent
c47d8d27d0
commit
981ca7e353
1 changed files with 3 additions and 2 deletions
|
|
@ -355,8 +355,9 @@ key: (identifier) @property
|
||||||
|
|
||||||
(comment) @comment @spell
|
(comment) @comment @spell
|
||||||
|
|
||||||
((comment) @comment.documentation @spell
|
((comment)+ @comment.documentation @spell
|
||||||
|
.
|
||||||
(decl_def))
|
(decl_def))
|
||||||
|
|
||||||
((parameter)
|
(parameter
|
||||||
(comment) @comment.documentation @spell)
|
(comment) @comment.documentation @spell)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue