feat: add elsa

This commit is contained in:
Amaan Qureshi 2023-01-29 12:03:04 -05:00 committed by ObserverOfTime
parent cda8b291ef
commit cbb43a64a3
4 changed files with 53 additions and 0 deletions

View file

@ -201,6 +201,14 @@ list.d = {
experimental = true,
}
list.elsa = {
install_info = {
url = "https://github.com/glapa-grossklag/tree-sitter-elsa",
files = { "src/parser.c" },
},
maintainers = { "@glapa-grossklag", "@amaanq" },
}
list.glsl = {
install_info = {
url = "https://github.com/theHamsta/tree-sitter-glsl",