Add HEEx language support, add missing commentstrings

This commit is contained in:
Clay 2021-08-15 09:40:02 -07:00 committed by Thomas Vigouroux
parent b8a6928b52
commit 57c2081e3f
14 changed files with 87 additions and 7 deletions

View file

@ -1,5 +1,6 @@
; Surface indents like HTML, with the addition of blocks
[
(component)
(tag)
(block)
] @indent
@ -7,6 +8,7 @@
; Dedent at the end of each tag, as well as a subblock
[
(end_tag)
(end_component)
(end_block)
(subblock)
] @branch