diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-03-24 16:26:31 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-03-25 14:36:17 +0100 |
| commit | cf737c341d7c8a5b59321bb919d162e6552c6719 (patch) | |
| tree | ff6cc826cd1160e4ec713a34b8ad8c328ae6619a /lua | |
| parent | style: format query (diff) | |
| download | nvim-treesitter-cf737c341d7c8a5b59321bb919d162e6552c6719.tar nvim-treesitter-cf737c341d7c8a5b59321bb919d162e6552c6719.tar.gz nvim-treesitter-cf737c341d7c8a5b59321bb919d162e6552c6719.tar.bz2 nvim-treesitter-cf737c341d7c8a5b59321bb919d162e6552c6719.tar.lz nvim-treesitter-cf737c341d7c8a5b59321bb919d162e6552c6719.tar.xz nvim-treesitter-cf737c341d7c8a5b59321bb919d162e6552c6719.tar.zst nvim-treesitter-cf737c341d7c8a5b59321bb919d162e6552c6719.zip | |
fix(smali): move to github mirror
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 68eb3ff2e..756c5408e 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1807,7 +1807,7 @@ list.slint = { list.smali = { install_info = { - url = "https://git.sr.ht/~yotam/tree-sitter-smali", + url = "https://github.com/tree-sitter-grammars/tree-sitter-smali", files = { "src/parser.c", "src/scanner.c" }, }, maintainers = { "@amaanq" }, |
