feat(tera): add parser and queries

This commit is contained in:
uncenter 2025-03-09 13:44:59 -04:00 committed by GitHub
parent 59573f9616
commit f840ab9f72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 171 additions and 0 deletions

View file

@ -0,0 +1,7 @@
(frontmatter
(content) @injection.content
(#set! injection.language "yaml")
(#set! injection.combined))
((comment_tag) @injection.content
(#set! injection.language "comment"))