mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17: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
|
||||
name: (identifier) @parameter))
|
||||
|
||||
[
|
||||
(integer_literal)
|
||||
(real_literal)
|
||||
] @number
|
||||
(integer_literal) @number
|
||||
(real_literal) @float
|
||||
|
||||
(null_literal) @constant.builtin
|
||||
(character_literal) @character
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue