fix(ruby): then blocks should not be @conditional, just "then"

This commit is contained in:
Trey Wood 2023-03-31 09:43:55 -06:00 committed by GitHub
parent d546bcd1f1
commit 2f3113ff6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,16 +44,11 @@
"if"
"unless"
"when"
"then"
] @conditional
(if
"end" @conditional)
(if
(then) @conditional)
(unless
(then) @conditional)
(elsif
(then) @conditional)
[
"for"