mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
highlights(meson): delimiter and operatorunit
This commit is contained in:
parent
d6bad5aeea
commit
9b13872f19
1 changed files with 9 additions and 0 deletions
|
|
@ -12,6 +12,12 @@
|
||||||
]
|
]
|
||||||
@punctuation.bracket
|
@punctuation.bracket
|
||||||
|
|
||||||
|
[
|
||||||
|
":"
|
||||||
|
","
|
||||||
|
"."
|
||||||
|
] @punctuation.delimiter
|
||||||
|
|
||||||
[
|
[
|
||||||
"and"
|
"and"
|
||||||
"not"
|
"not"
|
||||||
|
|
@ -59,6 +65,9 @@
|
||||||
(list
|
(list
|
||||||
variable: (identifier) @variable)
|
variable: (identifier) @variable)
|
||||||
|
|
||||||
|
(operatorunit
|
||||||
|
(identifier) @variable)
|
||||||
|
|
||||||
(formatunit
|
(formatunit
|
||||||
variable: (identifier) @variable)
|
variable: (identifier) @variable)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue