mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -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)
|
||||
(function_call (identifier) @function)
|
||||
(function_call (function_arguments) @parameter)
|
||||
(attribute (identifier) @definition.var)
|
||||
(attribute (identifier) @symbol)
|
||||
|
||||
(ERROR) @error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue