mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(ruby): bare_symbol should be @symbol
This commit is contained in:
parent
21f2fb188e
commit
9d3c14874d
1 changed files with 1 additions and 1 deletions
|
|
@ -150,12 +150,12 @@
|
|||
] @string
|
||||
|
||||
[
|
||||
(bare_symbol)
|
||||
(heredoc_beginning)
|
||||
(heredoc_end)
|
||||
] @constant
|
||||
|
||||
[
|
||||
(bare_symbol)
|
||||
(simple_symbol)
|
||||
(delimited_symbol)
|
||||
(hash_key_symbol)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue