feat: add earthfile parser (#6395)

---------

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
Gaëtan Lehmann 2024-04-11 23:06:52 +02:00 committed by GitHub
parent 5c4892b055
commit 6ae470fd8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 149 additions and 0 deletions

View file

@ -443,6 +443,14 @@ list.dtd = {
maintainers = { "@ObserverOfTime" },
}
list.earthfile = {
install_info = {
url = "https://github.com/glehmann/tree-sitter-earthfile",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@glehmann" },
}
list.ebnf = {
install_info = {
url = "https://github.com/RubixDev/ebnf",