mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -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.bracket
|
||||||
|
|
||||||
|
"," @punctuation.delimiter
|
||||||
|
|
||||||
(dollar
|
(dollar
|
||||||
_
|
_
|
||||||
"$" @operator)
|
"$" @operator)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue