mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(verilog)!: rename to systemverilog
Grammar name was changed to coincide with repository name
This commit is contained in:
parent
13ddd4d752
commit
1181cd9a25
6 changed files with 10 additions and 10 deletions
2
SUPPORTED_LANGUAGES.md
generated
2
SUPPORTED_LANGUAGES.md
generated
|
|
@ -281,6 +281,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | | @steelsojka
|
||||||
[swift](https://github.com/alex-pinkus/tree-sitter-swift) | unstable | `HFIJL` | | @alex-pinkus
|
[swift](https://github.com/alex-pinkus/tree-sitter-swift) | unstable | `HFIJL` | | @alex-pinkus
|
||||||
[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
|
||||||
[t32](https://gitlab.com/xasc/tree-sitter-t32) | unstable | `HFIJL` | | @xasc
|
[t32](https://gitlab.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
|
||||||
|
|
@ -312,7 +313,6 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | | @steelsojka
|
||||||
[v](https://github.com/vlang/v-analyzer) | unstable | `HFIJL` | | @kkharji, @amaanq
|
[v](https://github.com/vlang/v-analyzer) | unstable | `HFIJL` | | @kkharji, @amaanq
|
||||||
[vala](https://github.com/vala-lang/tree-sitter-vala) | unstable | `HF J ` | | @Prince781
|
[vala](https://github.com/vala-lang/tree-sitter-vala) | unstable | `HF J ` | | @Prince781
|
||||||
[vento](https://github.com/ventojs/tree-sitter-vento) | unstable | `H J ` | | @wrapperup, @oscarotero
|
[vento](https://github.com/ventojs/tree-sitter-vento) | unstable | `H J ` | | @wrapperup, @oscarotero
|
||||||
[verilog](https://github.com/gmlarumbe/tree-sitter-systemverilog) | unstable | `HF J ` | | @zhangwwpeng
|
|
||||||
[vhdl](https://github.com/jpt13653903/tree-sitter-vhdl) | unstable | `HF J ` | | @jpt13653903
|
[vhdl](https://github.com/jpt13653903/tree-sitter-vhdl) | unstable | `HF J ` | | @jpt13653903
|
||||||
[vhs](https://github.com/charmbracelet/tree-sitter-vhs) | unstable | `H J ` | | @caarlos0
|
[vhs](https://github.com/charmbracelet/tree-sitter-vhs) | unstable | `H J ` | | @caarlos0
|
||||||
[vim](https://github.com/tree-sitter-grammars/tree-sitter-vim) | unstable | `HF JL` | | @clason
|
[vim](https://github.com/tree-sitter-grammars/tree-sitter-vim) | unstable | `HF JL` | | @clason
|
||||||
|
|
|
||||||
|
|
@ -2215,6 +2215,14 @@ return {
|
||||||
maintainers = { '@ok-ryoko' },
|
maintainers = { '@ok-ryoko' },
|
||||||
tier = 2,
|
tier = 2,
|
||||||
},
|
},
|
||||||
|
systemverilog = {
|
||||||
|
install_info = {
|
||||||
|
revision = 'a412f4a00a6e56c65f519117969c926c35e80ce4',
|
||||||
|
url = 'https://github.com/gmlarumbe/tree-sitter-systemverilog',
|
||||||
|
},
|
||||||
|
maintainers = { '@zhangwwpeng' },
|
||||||
|
tier = 2,
|
||||||
|
},
|
||||||
t32 = {
|
t32 = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = '15f0032f3eadf95988293338e883c095fd5936f6',
|
revision = '15f0032f3eadf95988293338e883c095fd5936f6',
|
||||||
|
|
@ -2473,14 +2481,6 @@ return {
|
||||||
maintainers = { '@wrapperup', '@oscarotero' },
|
maintainers = { '@wrapperup', '@oscarotero' },
|
||||||
tier = 2,
|
tier = 2,
|
||||||
},
|
},
|
||||||
verilog = {
|
|
||||||
install_info = {
|
|
||||||
revision = 'ba3c1e305caf948f718293c86c6018a82ed5043e',
|
|
||||||
url = 'https://github.com/gmlarumbe/tree-sitter-systemverilog',
|
|
||||||
},
|
|
||||||
maintainers = { '@zhangwwpeng' },
|
|
||||||
tier = 2,
|
|
||||||
},
|
|
||||||
vhdl = {
|
vhdl = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = 'eacafa5d612fdea1d12332fe0f83e089e5571cf3',
|
revision = 'eacafa5d612fdea1d12332fe0f83e089e5571cf3',
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,7 @@ local filetypes = {
|
||||||
ssh_config = { 'sshconfig' },
|
ssh_config = { 'sshconfig' },
|
||||||
starlark = { 'bzl' },
|
starlark = { 'bzl' },
|
||||||
surface = { 'sface' },
|
surface = { 'sface' },
|
||||||
|
systemverilog = { 'verilog' },
|
||||||
t32 = { 'trace32' },
|
t32 = { 'trace32' },
|
||||||
tcl = { 'expect' },
|
tcl = { 'expect' },
|
||||||
terraform = { 'terraform-vars' },
|
terraform = { 'terraform-vars' },
|
||||||
|
|
@ -56,7 +57,6 @@ local filetypes = {
|
||||||
udev = { 'udevrules' },
|
udev = { 'udevrules' },
|
||||||
uxntal = { 'tal', 'uxn' },
|
uxntal = { 'tal', 'uxn' },
|
||||||
v = { 'vlang' },
|
v = { 'vlang' },
|
||||||
verilog = { 'systemverilog' },
|
|
||||||
vhs = { 'tape' },
|
vhs = { 'tape' },
|
||||||
xml = { 'xsd', 'xslt', 'svg' },
|
xml = { 'xsd', 'xslt', 'svg' },
|
||||||
xresources = { 'xdefaults' },
|
xresources = { 'xdefaults' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue