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

@ -271,6 +271,16 @@ list.surface = {
maintainers = { "@connorlay" },
}
list.heex = {
install_info = {
url = "https://github.com/connorlay/tree-sitter-heex",
files = { "src/parser.c" },
branch = "main",
},
filetype = "heex",
maintainers = { "@connorlay" },
}
list.ocaml = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-ocaml",