mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Fix types
This commit is contained in:
parent
6a7ad3f011
commit
a6c426b2bd
1 changed files with 3 additions and 3 deletions
|
|
@ -81,9 +81,9 @@
|
|||
(hex_integer_literal) @number
|
||||
(decimal_integer_literal) @number
|
||||
(octal_integer_literal) @number
|
||||
(decimal_floating_point_literal) @number
|
||||
(hex_floating_point_literal) @number
|
||||
(character_literal) @string
|
||||
(decimal_floating_point_literal) @float
|
||||
(hex_floating_point_literal) @float
|
||||
(character_literal) @character
|
||||
(string_literal) @string
|
||||
(null_literal) @constant.builtin
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue