Add HEEx language support, add missing commentstrings

This commit is contained in:
Clay 2021-08-15 09:40:02 -07:00 committed by Stephan Seitz
parent 807c3da669
commit a9e32d0cc5
14 changed files with 87 additions and 7 deletions

View file

@ -13,3 +13,8 @@
(sigil_start) @_start
(sigil_content) @surface)
(#eq? @_start "~F\"\"\""))
((sigil
(sigil_start) @_start
(sigil_content) @heex)
(#eq? @_start "~H\"\"\""))