mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 20:30:05 -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
|
||||
|
||||
(true) @boolean
|
||||
|
||||
(false) @boolean
|
||||
|
||||
(null) @constant.builtin
|
||||
[
|
||||
(true)
|
||||
(false)
|
||||
] @boolean
|
||||
|
||||
; Special references
|
||||
(star) @constant.builtin
|
||||
|
||||
(parent) @constant.builtin
|
||||
|
||||
(this) @constant.builtin
|
||||
[
|
||||
(null)
|
||||
(star)
|
||||
(parent)
|
||||
(this)
|
||||
] @constant.builtin
|
||||
|
||||
; Identifiers
|
||||
(identifier) @variable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue