mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 02:10:15 -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
|
(boolean) @boolean
|
||||||
(null) @constant.builtin
|
(null) @constant.builtin
|
||||||
|
|
||||||
|
(value_expression
|
||||||
|
start: _ @punctuation.special
|
||||||
|
end: _ @punctuation.special
|
||||||
|
)
|
||||||
[
|
[
|
||||||
"("
|
"("
|
||||||
")"
|
")"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue