mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
Group boolean and builtin const highlights
This commit is contained in:
parent
bebef57945
commit
86d9c663a5
1 changed files with 10 additions and 10 deletions
|
|
@ -55,18 +55,18 @@
|
||||||
|
|
||||||
(number) @number
|
(number) @number
|
||||||
|
|
||||||
(true) @boolean
|
[
|
||||||
|
(true)
|
||||||
(false) @boolean
|
(false)
|
||||||
|
] @boolean
|
||||||
(null) @constant.builtin
|
|
||||||
|
|
||||||
; Special references
|
; Special references
|
||||||
(star) @constant.builtin
|
[
|
||||||
|
(null)
|
||||||
(parent) @constant.builtin
|
(star)
|
||||||
|
(parent)
|
||||||
(this) @constant.builtin
|
(this)
|
||||||
|
] @constant.builtin
|
||||||
|
|
||||||
; Identifiers
|
; Identifiers
|
||||||
(identifier) @variable
|
(identifier) @variable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue