From c657cf6b110e6a42973a89ed87fb0036686fe949 Mon Sep 17 00:00:00 2001 From: Amaan Q Date: Sun, 8 Jan 2023 01:55:24 -0500 Subject: feat: add smali to lockfile, parser, and link to repo in README --- README.md | 1 + lockfile.json | 3 +++ lua/nvim-treesitter/parsers.lua | 9 +++++++++ 3 files changed, 13 insertions(+) diff --git a/README.md b/README.md index 9c10ef064..0b508fa39 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/lockfile.json b/lockfile.json index e3f0ddccf..0aaddf814 100644 --- a/lockfile.json +++ b/lockfile.json @@ -344,6 +344,9 @@ "slint": { "revision": "07547525cdf4627343dca5891f1743ae45e879bb" }, + "smali": { + "revision": "97e90b6d1e8d26875f263e5d7838f67f875b5ee5" + }, "solidity": { "revision": "52ed0880c0126df2f2c7693f215fe6f38e4a2e0a" }, diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 0194f776c..400ef39bd 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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", -- cgit v1.2.3-70-g09d2