diff options
| author | Amaan Q <amaanq12@gmail.com> | 2023-01-08 01:55:24 -0500 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2023-01-09 21:24:54 +0100 |
| commit | c657cf6b110e6a42973a89ed87fb0036686fe949 (patch) | |
| tree | 001bcdddc37dcc845eff0a467fa21e4a81bfec21 /lua | |
| parent | injections(cpp): add injections for raw string literals (diff) | |
| download | nvim-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.lua | 9 |
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", |
