mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
Query fix
This commit is contained in:
parent
50fc1b6b35
commit
6d504dd0f8
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
(type) @type
|
||||
(statement) @statement
|
||||
(statement) @keyword.operator
|
||||
(number) @number
|
||||
(comment) @comment
|
||||
(string) @string
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
"ret" @keyword.return
|
||||
(boolean) @boolean
|
||||
(float) @float
|
||||
(constant) @identifier
|
||||
(identifier) @constant
|
||||
(constant) @constant
|
||||
(identifier) @variable
|
||||
(symbol) @punctuation.delimiter
|
||||
(bracket) @punctuation.bracket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue