fix(grammar): make brace and keyword separately queryable

This commit is contained in:
2026-05-17 06:00:21 +02:00
parent 218d2869a6
commit 6f4a0df871
7 changed files with 716 additions and 522 deletions
+2
View File
@@ -9,6 +9,7 @@ Simple lang tag
(template
(content)
(lang_tag
(lang_keyword)
(lang_text))
(content))
@@ -23,5 +24,6 @@ Lang tag with spaces and punctuation
(template
(content)
(lang_tag
(lang_keyword)
(lang_text))
(content))