From 2f3113ff6d554e3fe4da3610135c2f404f7aa270 Mon Sep 17 00:00:00 2001 From: Trey Wood Date: Fri, 31 Mar 2023 09:43:55 -0600 Subject: fix(ruby): then blocks should not be `@conditional`, just "then" --- queries/ruby/highlights.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'queries/ruby/highlights.scm') diff --git a/queries/ruby/highlights.scm b/queries/ruby/highlights.scm index 9488297b4..3ef35205c 100644 --- a/queries/ruby/highlights.scm +++ b/queries/ruby/highlights.scm @@ -44,16 +44,11 @@ "if" "unless" "when" + "then" ] @conditional (if "end" @conditional) -(if - (then) @conditional) -(unless - (then) @conditional) -(elsif - (then) @conditional) [ "for" -- cgit v1.2.3-70-g09d2