mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -04:00
fix(t32): update repo url
Switches the grammar repository from GitLab to GitHub.
This commit is contained in:
parent
0606c7a9dc
commit
4968877bb2
2 changed files with 2 additions and 2 deletions
2
SUPPORTED_LANGUAGES.md
generated
2
SUPPORTED_LANGUAGES.md
generated
|
|
@ -288,7 +288,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | | @steelsojka
|
||||||
[sxhkdrc](https://github.com/RaafatTurki/tree-sitter-sxhkdrc) | unstable | `HF J ` | | @RaafatTurki
|
[sxhkdrc](https://github.com/RaafatTurki/tree-sitter-sxhkdrc) | unstable | `HF J ` | | @RaafatTurki
|
||||||
[systemtap](https://github.com/ok-ryoko/tree-sitter-systemtap) | unstable | `HF JL` | | @ok-ryoko
|
[systemtap](https://github.com/ok-ryoko/tree-sitter-systemtap) | unstable | `HF JL` | | @ok-ryoko
|
||||||
[systemverilog](https://github.com/gmlarumbe/tree-sitter-systemverilog) | unstable | `HF J ` | | @zhangwwpeng
|
[systemverilog](https://github.com/gmlarumbe/tree-sitter-systemverilog) | unstable | `HF J ` | | @zhangwwpeng
|
||||||
[t32](https://gitlab.com/xasc/tree-sitter-t32) | unstable | `HFIJL` | | @xasc
|
[t32](https://github.com/xasc/tree-sitter-t32) | unstable | `HFIJL` | | @xasc
|
||||||
[tablegen](https://github.com/tree-sitter-grammars/tree-sitter-tablegen) | unstable | `HFIJL` | | @amaanq
|
[tablegen](https://github.com/tree-sitter-grammars/tree-sitter-tablegen) | unstable | `HFIJL` | | @amaanq
|
||||||
[tact](https://github.com/tact-lang/tree-sitter-tact) | unstable | `HFIJL` | | @novusnota
|
[tact](https://github.com/tact-lang/tree-sitter-tact) | unstable | `HFIJL` | | @novusnota
|
||||||
[tcl](https://github.com/tree-sitter-grammars/tree-sitter-tcl) | unstable | `HFIJ ` | | @lewis6991
|
[tcl](https://github.com/tree-sitter-grammars/tree-sitter-tcl) | unstable | `HFIJ ` | | @lewis6991
|
||||||
|
|
|
||||||
|
|
@ -2274,7 +2274,7 @@ return {
|
||||||
t32 = {
|
t32 = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = 'd4e26ab7a730cfbe0cf84dba6ea3647989064839',
|
revision = 'd4e26ab7a730cfbe0cf84dba6ea3647989064839',
|
||||||
url = 'https://gitlab.com/xasc/tree-sitter-t32',
|
url = 'https://github.com/xasc/tree-sitter-t32',
|
||||||
},
|
},
|
||||||
maintainers = { '@xasc' },
|
maintainers = { '@xasc' },
|
||||||
tier = 2,
|
tier = 2,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue