From 9f2dad22ef8bb14fd1e0a3aa8859cdc88170668b Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Wed, 11 Feb 2026 11:58:19 +0100 Subject: feat(vento)!: update parser and queries Breaking change: `(keyword)` node removed. Also mark as unmaintained (Copilot-maintained) --- runtime/queries/vento/highlights.scm | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/queries/vento/highlights.scm b/runtime/queries/vento/highlights.scm index 9d35b2f66..ec31aae20 100644 --- a/runtime/queries/vento/highlights.scm +++ b/runtime/queries/vento/highlights.scm @@ -1,6 +1,26 @@ (comment) @comment @spell -(keyword) @keyword +[ + "if" + "/if" + "else" + "for" + "/for" + "layout" + "/layout" + "set" + "/set" + "import" + "export" + "/export" + "include" + "function" + "/function" + "fragment" + "/fragment" + "of" + "async" +] @keyword (tag [ -- cgit v1.2.3-70-g09d2