mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
fix: highlights for value_expression start and end as punctuation
This commit is contained in:
parent
a64f509beb
commit
47e9c1dce9
1 changed files with 4 additions and 0 deletions
|
|
@ -97,6 +97,10 @@
|
|||
(boolean) @boolean
|
||||
(null) @constant.builtin
|
||||
|
||||
(value_expression
|
||||
start: _ @punctuation.special
|
||||
end: _ @punctuation.special
|
||||
)
|
||||
[
|
||||
"("
|
||||
")"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue