mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 01:10:02 -04:00
Fixed to use @float instead of just @number
This commit is contained in:
parent
2391930b70
commit
e6fe7cdab0
1 changed files with 2 additions and 4 deletions
|
|
@ -21,10 +21,8 @@
|
||||||
(parameter
|
(parameter
|
||||||
name: (identifier) @parameter))
|
name: (identifier) @parameter))
|
||||||
|
|
||||||
[
|
(integer_literal) @number
|
||||||
(integer_literal)
|
(real_literal) @float
|
||||||
(real_literal)
|
|
||||||
] @number
|
|
||||||
|
|
||||||
(null_literal) @constant.builtin
|
(null_literal) @constant.builtin
|
||||||
(character_literal) @character
|
(character_literal) @character
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue