feat(superhtml): add superhtml parser and queries

SuperHTML is a templating language used by the zine static site
generator.
This commit is contained in:
Tim Culverhouse 2024-09-09 09:50:54 -05:00 committed by Christian Clason
parent da7e9751f1
commit 1bcdd79088
4 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,7 @@
((script_element
(raw_text) @injection.content)
(#set! injection.language "javascript"))
((style_element
(raw_text) @injection.content)
(#set! injection.language "css"))