diff --git a/lib/hyperscript/parser.sx b/lib/hyperscript/parser.sx index 0f631c2b..4b92f1dd 100644 --- a/lib/hyperscript/parser.sx +++ b/lib/hyperscript/parser.sx @@ -2882,6 +2882,7 @@ (true nil)))) (true nil)))) (consume-having!) + (when (and (= (tp-type) "keyword") (= (tp-val) "queue")) (do (adv!) (adv!))) (let ((having (if (or h-margin h-threshold) (dict "margin" h-margin "threshold" h-threshold) nil))) (let diff --git a/shared/static/wasm/sx/hs-parser.sx b/shared/static/wasm/sx/hs-parser.sx index 0f631c2b..4b92f1dd 100644 --- a/shared/static/wasm/sx/hs-parser.sx +++ b/shared/static/wasm/sx/hs-parser.sx @@ -2882,6 +2882,7 @@ (true nil)))) (true nil)))) (consume-having!) + (when (and (= (tp-type) "keyword") (= (tp-val) "queue")) (do (adv!) (adv!))) (let ((having (if (or h-margin h-threshold) (dict "margin" h-margin "threshold" h-threshold) nil))) (let