mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -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
|
||||
(label) @label
|
||||
(keyword) @keyword
|
||||
"ret" @keyword.return
|
||||
(boolean) @boolean
|
||||
(float) @number
|
||||
(float) @float
|
||||
(constant) @identifier
|
||||
(identifier) @constant
|
||||
(punctuation) @punctuation
|
||||
(symbol) @punctuation.delimiter
|
||||
(bracket) @punctuation.bracket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue