feat: add EDS

This commit is contained in:
Beartama 2023-09-10 14:38:10 +02:00 committed by GitHub
parent b6492f41c4
commit 4c1a76ec23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 61 additions and 0 deletions

View file

@ -403,6 +403,14 @@ list.ebnf = {
experimental = true,
}
list.eds = {
install_info = {
url = "https://github.com/uyha/tree-sitter-eds",
files = { "src/parser.c" },
},
maintainers = { "@uyha" },
}
list.eex = {
install_info = {
url = "https://github.com/connorlay/tree-sitter-eex",