mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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.delimiter
|
||||
|
||||
[
|
||||
"and"
|
||||
"not"
|
||||
|
|
@ -59,6 +65,9 @@
|
|||
(list
|
||||
variable: (identifier) @variable)
|
||||
|
||||
(operatorunit
|
||||
(identifier) @variable)
|
||||
|
||||
(formatunit
|
||||
variable: (identifier) @variable)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue