Update conditionals

This commit is contained in:
Ella Dunbar 2025-10-18 16:58:19 -05:00
parent 790c1daa4e
commit 399e7ecdfa
4 changed files with 15580 additions and 11956 deletions

View file

@ -58,11 +58,17 @@ module.exports = grammar({
$.comparison,
$.block,
optional(
seq(
choice(
$.else_insensitive,
repeat(
seq(
$.elseif_insensitive,
$.comparison,
$.block,
),
),
),
optional(
seq(
$.else_insensitive,
$.block,
),
),