mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 18:00:07 -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
|
] @string
|
||||||
|
|
||||||
[
|
[
|
||||||
(bare_symbol)
|
|
||||||
(heredoc_beginning)
|
(heredoc_beginning)
|
||||||
(heredoc_end)
|
(heredoc_end)
|
||||||
] @constant
|
] @constant
|
||||||
|
|
||||||
[
|
[
|
||||||
|
(bare_symbol)
|
||||||
(simple_symbol)
|
(simple_symbol)
|
||||||
(delimited_symbol)
|
(delimited_symbol)
|
||||||
(hash_key_symbol)
|
(hash_key_symbol)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue