Add tree-sitter-eex parser for (L)EEx files (#2351)

This commit is contained in:
Clay 2022-01-25 08:52:51 -08:00 committed by GitHub
parent d2981d20da
commit 2532937ba1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 35 additions and 0 deletions

View file

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