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 | |
| 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
| -rw-r--r-- | lockfile.json | 2 | ||||
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lockfile.json b/lockfile.json index 1517026b1..d3673f3fe 100644 --- a/lockfile.json +++ b/lockfile.json @@ -618,7 +618,7 @@ "revision": "acc77c93ef4b73ba8c3a581b8c99d95b55f7178b" }, "smali": { - "revision": "72e334b2630f5852825ba5ff9dfd872447175eb5" + "revision": "5ae51e15c4d1ac93cba6127caf3d1f0a072c140c" }, "smithy": { "revision": "8327eb84d55639ffbe08c9dc82da7fff72a1ad07" 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" }, |
