Add Heex language

This commit is contained in:
Max Brunsfeld
2023-06-12 17:32:20 -07:00
parent 01bd5c30fc
commit df76ab98cf
8 changed files with 195 additions and 104 deletions
@@ -0,0 +1,7 @@
; Phoenix HTML template
((sigil
(sigil_name) @_sigil_name
(quoted_content) @content)
(#eq? @_sigil_name "H")
(#set! language "heex"))