feat: add ungrammar

This commit is contained in:
Philipp Mildenberger 2023-02-20 18:05:10 +01:00 committed by Amaan Qureshi
parent 20a8f30ace
commit fe80f7c2bb
8 changed files with 58 additions and 0 deletions

View file

@ -1451,6 +1451,14 @@ list.typescript = {
maintainers = { "@steelsojka" },
}
list.ungrammar = {
install_info = {
url = "https://github.com/Philipp-M/tree-sitter-ungrammar",
files = { "src/parser.c" },
},
maintainers = { "@Philipp-M", "@amaanq" },
}
list.v = {
install_info = {
url = "https://github.com/vlang/vls",