mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -04:00
feat(query): highlight supertype "/" delimiters
This commit is contained in:
parent
c7920f2bc5
commit
749df30887
1 changed files with 4 additions and 1 deletions
|
|
@ -33,7 +33,10 @@
|
||||||
")"
|
")"
|
||||||
] @punctuation.bracket
|
] @punctuation.bracket
|
||||||
|
|
||||||
":" @punctuation.delimiter
|
[
|
||||||
|
":"
|
||||||
|
"/"
|
||||||
|
] @punctuation.delimiter
|
||||||
|
|
||||||
[
|
[
|
||||||
"@"
|
"@"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue