diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-07-10 22:56:04 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-07-10 23:05:24 +0200 |
| commit | 4068e1c0966eee10bc8937b54f8cf8f68b76961f (patch) | |
| tree | bfc01479e61a7abe8c2f806ee399436911c0f77b | |
| parent | feat(goctl): add indents (diff) | |
| download | nvim-treesitter-4068e1c0966eee10bc8937b54f8cf8f68b76961f.tar nvim-treesitter-4068e1c0966eee10bc8937b54f8cf8f68b76961f.tar.gz nvim-treesitter-4068e1c0966eee10bc8937b54f8cf8f68b76961f.tar.bz2 nvim-treesitter-4068e1c0966eee10bc8937b54f8cf8f68b76961f.tar.lz nvim-treesitter-4068e1c0966eee10bc8937b54f8cf8f68b76961f.tar.xz nvim-treesitter-4068e1c0966eee10bc8937b54f8cf8f68b76961f.tar.zst nvim-treesitter-4068e1c0966eee10bc8937b54f8cf8f68b76961f.zip | |
fix(scfg): switch to github mirror
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -387,7 +387,7 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [ruby](https://github.com/tree-sitter/tree-sitter-ruby) (maintained by @TravonteD) - [x] [rust](https://github.com/tree-sitter/tree-sitter-rust) (maintained by @amaanq) - [x] [scala](https://github.com/tree-sitter/tree-sitter-scala) (maintained by @stevanmilic) -- [x] [scfg](https://git.sr.ht/~rockorager/tree-sitter-scfg) (maintained by @WhyNotHugo) +- [x] [scfg](https://github.com/rockorager/tree-sitter-scfg) (maintained by @WhyNotHugo) - [ ] [scheme](https://github.com/6cdh/tree-sitter-scheme) - [x] [scss](https://github.com/serenadeai/tree-sitter-scss) (maintained by @elianiva) - [x] [slang](https://github.com/theHamsta/tree-sitter-slang) (experimental, maintained by @theHamsta) diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 730dd393a..49b177e41 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1857,7 +1857,7 @@ list.scala = { list.scfg = { install_info = { - url = "https://git.sr.ht/~rockorager/tree-sitter-scfg", + url = "https://github.com/rockorager/tree-sitter-scfg", files = { "src/parser.c" }, requires_generate_from_grammar = true, }, |
