mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(r): highlight comma separators
This commit is contained in:
parent
7099c9e531
commit
4c84b83108
1 changed files with 2 additions and 0 deletions
2
queries/r/highlights.scm
Executable file → Normal file
2
queries/r/highlights.scm
Executable file → Normal file
|
|
@ -101,6 +101,8 @@
|
|||
"}"
|
||||
] @punctuation.bracket
|
||||
|
||||
"," @punctuation.delimiter
|
||||
|
||||
(dollar
|
||||
_
|
||||
"$" @operator)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue