From 7a0e24fbd4b8d17d3c6c01d19c4b96d54482ed71 Mon Sep 17 00:00:00 2001 From: Michael Netshipise Date: Mon, 19 Jan 2026 20:57:10 +0200 Subject: [PATCH] Remove invalid node queries from highlights.scm comment_content, raw_content, and embedded_content are regex patterns that become anonymous nodes in tree-sitter. Remove them from queries to fix "Invalid node type" errors. Co-Authored-By: Claude Opus 4.5 --- queries/highlights.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/queries/highlights.scm b/queries/highlights.scm index 7adff90..b5e44e4 100644 --- a/queries/highlights.scm +++ b/queries/highlights.scm @@ -3,15 +3,12 @@ ; Comments (html_comment) @comment (template_comment) @comment -(comment_content) @comment ; Raw blocks (verbatim content) (raw_block) @string.special -(raw_content) @string.special ; Embedded language (embedded_language) @string.special -(embedded_content) @string.special (language_name) @label ; Keywords