Waltzing Tree Sitter
Go to file
Michael Netshipise 769d8bfc51 Simplify grammar patterns for tree-sitter compatibility
- Use simple regex patterns for comments, raw blocks, embedded languages
- Add support for unquoted import paths
- Use string literals for keyword highlighting

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 20:32:14 +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 Simplify grammar patterns for tree-sitter compatibility 2026-01-19 20:32:14 +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