mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(scfg): switch to github mirror
This commit is contained in:
parent
656ac24233
commit
4068e1c096
2 changed files with 2 additions and 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)
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue