aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorAmaan Q <amaanq12@gmail.com>2023-01-08 01:55:24 -0500
committerStephan Seitz <stephan.seitz@fau.de>2023-01-09 21:24:54 +0100
commitc657cf6b110e6a42973a89ed87fb0036686fe949 (patch)
tree001bcdddc37dcc845eff0a467fa21e4a81bfec21 /lua
parentinjections(cpp): add injections for raw string literals (diff)
downloadnvim-treesitter-c657cf6b110e6a42973a89ed87fb0036686fe949.tar
nvim-treesitter-c657cf6b110e6a42973a89ed87fb0036686fe949.tar.gz
nvim-treesitter-c657cf6b110e6a42973a89ed87fb0036686fe949.tar.bz2
nvim-treesitter-c657cf6b110e6a42973a89ed87fb0036686fe949.tar.lz
nvim-treesitter-c657cf6b110e6a42973a89ed87fb0036686fe949.tar.xz
nvim-treesitter-c657cf6b110e6a42973a89ed87fb0036686fe949.tar.zst
nvim-treesitter-c657cf6b110e6a42973a89ed87fb0036686fe949.zip
feat: add smali to lockfile, parser, and link to repo in README
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua9
1 files changed, 9 insertions, 0 deletions
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",