mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue