mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -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
|
||||
|
||||
(interpolated_string [
|
||||
"#{"
|
||||
"}"
|
||||
] @punctuation.delimiter)
|
||||
(interpolated_string ["#{" "}"] @punctuation.special)
|
||||
|
||||
[
|
||||
"("
|
||||
")"
|
||||
"["
|
||||
"]"
|
||||
"{"
|
||||
"(" ")"
|
||||
"[" "]"
|
||||
] @punctuation.bracket
|
||||
|
||||
(hash [
|
||||
"}"
|
||||
] @punctuation.bracket)
|
||||
|
||||
(hash ["{" "}"] @punctuation.bracket)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue