mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 15:30:01 -04:00
fix(ruby): highlight "&." as @punctuation.delimiter (#6887)
This commit is contained in:
parent
66ec1b3c4e
commit
ebdffa78bd
1 changed files with 1 additions and 0 deletions
|
|
@ -275,6 +275,7 @@
|
||||||
","
|
","
|
||||||
";"
|
";"
|
||||||
"."
|
"."
|
||||||
|
"&."
|
||||||
] @punctuation.delimiter
|
] @punctuation.delimiter
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue