mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(ruby): then blocks should not be @conditional, just "then"
This commit is contained in:
parent
d546bcd1f1
commit
2f3113ff6d
1 changed files with 1 additions and 6 deletions
|
|
@ -44,16 +44,11 @@
|
|||
"if"
|
||||
"unless"
|
||||
"when"
|
||||
"then"
|
||||
] @conditional
|
||||
|
||||
(if
|
||||
"end" @conditional)
|
||||
(if
|
||||
(then) @conditional)
|
||||
(unless
|
||||
(then) @conditional)
|
||||
(elsif
|
||||
(then) @conditional)
|
||||
|
||||
[
|
||||
"for"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue