feat: add smali to lockfile, parser, and link to repo in README

This commit is contained in:
Amaan Q 2023-01-08 01:55:24 -05:00 committed by Stephan Seitz
parent ed021ac3af
commit c657cf6b11
3 changed files with 13 additions and 0 deletions

View file

@ -600,6 +600,15 @@ list.slint = {
experimental = true,
}
list.smali = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-smali",
files = { "src/parser.c" },
},
maintainers = { "@amaanq" },
experimental = true,
}
list.haskell = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-haskell",