mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
fix(ruby): highlighting for string-literal symbols (#8317)
This commit is contained in:
@@ -186,10 +186,14 @@
|
||||
[
|
||||
(bare_symbol)
|
||||
(simple_symbol)
|
||||
(delimited_symbol)
|
||||
(hash_key_symbol)
|
||||
] @string.special.symbol
|
||||
|
||||
(delimited_symbol
|
||||
":\"" @string.special.symbol
|
||||
(string_content) @string.special.symbol
|
||||
"\"" @string.special.symbol)
|
||||
|
||||
(regex
|
||||
(string_content) @string.regexp)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user