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 <noreply@anthropic.com>
This commit is contained in:
parent
530fbff65a
commit
1e72442071
|
|
@ -1,16 +1,5 @@
|
||||||
; Waltzing Template Highlights
|
; 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
|
; Keywords
|
||||||
"@use" @keyword
|
"@use" @keyword
|
||||||
"@import" @keyword
|
"@import" @keyword
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue