mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
fix highlights.scm
This commit is contained in:
parent
d6758b2673
commit
590898bbb7
1 changed files with 1 additions and 1 deletions
|
|
@ -68,6 +68,6 @@
|
||||||
(block (identifier) @namespace)
|
(block (identifier) @namespace)
|
||||||
(function_call (identifier) @function)
|
(function_call (identifier) @function)
|
||||||
(function_call (function_arguments) @parameter)
|
(function_call (function_arguments) @parameter)
|
||||||
(attribute (identifier) @definition.var)
|
(attribute (identifier) @symbol)
|
||||||
|
|
||||||
(ERROR) @error
|
(ERROR) @error
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue