Add embedded template to support ERB files

This commit is contained in:
Nick Pezza 2021-12-04 15:58:57 -05:00 committed by Stephan Seitz
parent 755bfaf287
commit bcf091d865
4 changed files with 25 additions and 0 deletions

View file

@ -77,6 +77,14 @@ list.c = {
maintainers = { "@vigoux" },
}
list.embedded_template = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-embedded-template",
files = { "src/parser.c" },
},
filetype = "eruby",
}
list.clojure = {
install_info = {
url = "https://github.com/sogaiu/tree-sitter-clojure",