Waltzing Tree Sitter
Go to file
Michael Netshipise 1e72442071 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>
2026-01-19 21:20:46 +02:00
queries Remove complex node queries that may be anonymous 2026-01-19 21:20:46 +02:00
src Add @if/@for support in JSON/JS/CSS embedded blocks 2026-01-19 08:41:25 +02:00
.gitignore Initial commit 2026-01-19 06:22:42 +02:00
grammar.js Simplify comment and raw block patterns to single regex 2026-01-19 21:11:32 +02:00
package-lock.json Fix multi-asterisk comments and update highlights 2026-01-19 07:54:08 +02:00
package.json Initial commit 2026-01-19 06:22:42 +02:00
tree-sitter.json Initial commit 2026-01-19 06:22:42 +02:00