fix(r): highlight comma separators

This commit is contained in:
Riley Bruins 2024-04-16 17:09:09 -07:00 committed by Amaan Qureshi
parent 7099c9e531
commit 4c84b83108

2
queries/r/highlights.scm Executable file → Normal file
View file

@ -101,6 +101,8 @@
"}"
] @punctuation.bracket
"," @punctuation.delimiter
(dollar
_
"$" @operator)