Add queries for comment_content, raw_content, embedded_content,
and embedded_language nodes produced by the updated grammar.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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>
- 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>