Waltzing Tree Sitter
Go to file
Michael Netshipise dc9cb74320 Fix grammar to produce queryable nodes
Use seq() with named rules instead of inline regex patterns
to ensure raw_block, template_comment, etc. produce proper
named nodes that can be queried in highlights.scm

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 20:42:49 +02:00
queries Simplify grammar patterns for tree-sitter compatibility 2026-01-19 20:32:14 +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 Fix grammar to produce queryable nodes 2026-01-19 20:42:49 +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