Ruby highlights: symbol -> simple_symbol, hash_key_symbol, delimited_symbol

Account for https://github.com/tree-sitter/tree-sitter-ruby/pull/152
This commit is contained in:
Stephan Seitz 2021-01-20 21:23:36 +01:00 committed by Stephan Seitz
parent 76447498b9
commit 99ecb46592

View file

@ -138,10 +138,12 @@
(bare_symbol)
(heredoc_beginning)
(heredoc_end)
(symbol)
(simple_symbol)
(delimited_symbol)
(hash_key_symbol)
] @constant
(pair key: (symbol) ":" @constant)
(pair key: (hash_key_symbol) ":" @constant)
(regex) @string.regex
(escape_sequence) @string.escape
(integer) @number