mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
highlights(twig): fix captures
This commit is contained in:
parent
353538d570
commit
8034ae85db
1 changed files with 4 additions and 13 deletions
|
|
@ -41,20 +41,11 @@
|
||||||
"="
|
"="
|
||||||
] @punctuation.delimiter
|
] @punctuation.delimiter
|
||||||
|
|
||||||
(interpolated_string [
|
(interpolated_string ["#{" "}"] @punctuation.special)
|
||||||
"#{"
|
|
||||||
"}"
|
|
||||||
] @punctuation.delimiter)
|
|
||||||
|
|
||||||
[
|
[
|
||||||
"("
|
"(" ")"
|
||||||
")"
|
"[" "]"
|
||||||
"["
|
|
||||||
"]"
|
|
||||||
"{"
|
|
||||||
] @punctuation.bracket
|
] @punctuation.bracket
|
||||||
|
|
||||||
(hash [
|
(hash ["{" "}"] @punctuation.bracket)
|
||||||
"}"
|
|
||||||
] @punctuation.bracket)
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue