mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -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"
|
"if"
|
||||||
"unless"
|
"unless"
|
||||||
"when"
|
"when"
|
||||||
|
"then"
|
||||||
] @conditional
|
] @conditional
|
||||||
|
|
||||||
(if
|
(if
|
||||||
"end" @conditional)
|
"end" @conditional)
|
||||||
(if
|
|
||||||
(then) @conditional)
|
|
||||||
(unless
|
|
||||||
(then) @conditional)
|
|
||||||
(elsif
|
|
||||||
(then) @conditional)
|
|
||||||
|
|
||||||
[
|
[
|
||||||
"for"
|
"for"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue