mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
nickel: use @boolean
This commit is contained in:
parent
d49495fe72
commit
57e02f7b97
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
"Array" @type.builtin
|
"Array" @type.builtin
|
||||||
|
|
||||||
; BUILTIN Constants
|
; BUILTIN Constants
|
||||||
(bool) @constant.builtin
|
(bool) @boolean
|
||||||
"null" @constant.builtin
|
"null" @constant.builtin
|
||||||
|
|
||||||
(num_literal) @number
|
(num_literal) @number
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue