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

@ -287,6 +287,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [scheme](https://github.com/6cdh/tree-sitter-scheme) (maintained by @6cdh)
- [x] [scss](https://github.com/serenadeai/tree-sitter-scss) (maintained by @elianiva)
- [x] [slint](https://github.com/jrmoulton/tree-sitter-slint) (experimental, maintained by @jrmoulton)
- [x] [smali](https://github.com/amaanq/tree-sitter-smali) (experimental, maintained by @amaanq)
- [x] [solidity](https://github.com/YongJieYongJie/tree-sitter-solidity) (maintained by @YongJieYongJie)
- [x] [sparql](https://github.com/BonaBeavis/tree-sitter-sparql) (maintained by @BonaBeavis)
- [x] [sql](https://github.com/derekstride/tree-sitter-sql) (maintained by @derekstride)

View file

@ -344,6 +344,9 @@
"slint": {
"revision": "07547525cdf4627343dca5891f1743ae45e879bb"
},
"smali": {
"revision": "97e90b6d1e8d26875f263e5d7838f67f875b5ee5"
},
"solidity": {
"revision": "52ed0880c0126df2f2c7693f215fe6f38e4a2e0a"
},

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",