From 1e72442071ce5a31c496805a213f410b6519cb97 Mon Sep 17 00:00:00 2001 From: Michael Netshipise Date: Mon, 19 Jan 2026 21:20:46 +0200 Subject: [PATCH] Remove complex node queries that may be anonymous Tree-sitter treats simple regex rules as anonymous nodes. Remove queries for html_comment, template_comment, raw_block, and embedded_language until proper named node structure is added. Co-Authored-By: Claude Opus 4.5 --- queries/highlights.scm | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/queries/highlights.scm b/queries/highlights.scm index b5e44e4..e7c2264 100644 --- a/queries/highlights.scm +++ b/queries/highlights.scm @@ -1,16 +1,5 @@ ; Waltzing Template Highlights -; Comments -(html_comment) @comment -(template_comment) @comment - -; Raw blocks (verbatim content) -(raw_block) @string.special - -; Embedded language -(embedded_language) @string.special -(language_name) @label - ; Keywords "@use" @keyword "@import" @keyword