mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
Highlighting fixed
This commit is contained in:
parent
6f2b1abd17
commit
50fc1b6b35
1 changed files with 4 additions and 2 deletions
|
|
@ -5,8 +5,10 @@
|
||||||
(string) @string
|
(string) @string
|
||||||
(label) @label
|
(label) @label
|
||||||
(keyword) @keyword
|
(keyword) @keyword
|
||||||
|
"ret" @keyword.return
|
||||||
(boolean) @boolean
|
(boolean) @boolean
|
||||||
(float) @number
|
(float) @float
|
||||||
(constant) @identifier
|
(constant) @identifier
|
||||||
(identifier) @constant
|
(identifier) @constant
|
||||||
(punctuation) @punctuation
|
(symbol) @punctuation.delimiter
|
||||||
|
(bracket) @punctuation.bracket
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue