mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -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
|
(type) @type
|
||||||
(statement) @statement
|
(statement) @keyword.operator
|
||||||
(number) @number
|
(number) @number
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
(string) @string
|
(string) @string
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
"ret" @keyword.return
|
"ret" @keyword.return
|
||||||
(boolean) @boolean
|
(boolean) @boolean
|
||||||
(float) @float
|
(float) @float
|
||||||
(constant) @identifier
|
(constant) @constant
|
||||||
(identifier) @constant
|
(identifier) @variable
|
||||||
(symbol) @punctuation.delimiter
|
(symbol) @punctuation.delimiter
|
||||||
(bracket) @punctuation.bracket
|
(bracket) @punctuation.bracket
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue