mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 23:40:04 -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
|
|
@ -2215,6 +2215,14 @@ return {
|
|||
maintainers = { '@ok-ryoko' },
|
||||
tier = 2,
|
||||
},
|
||||
systemverilog = {
|
||||
install_info = {
|
||||
revision = 'a412f4a00a6e56c65f519117969c926c35e80ce4',
|
||||
url = 'https://github.com/gmlarumbe/tree-sitter-systemverilog',
|
||||
},
|
||||
maintainers = { '@zhangwwpeng' },
|
||||
tier = 2,
|
||||
},
|
||||
t32 = {
|
||||
install_info = {
|
||||
revision = '15f0032f3eadf95988293338e883c095fd5936f6',
|
||||
|
|
@ -2473,14 +2481,6 @@ return {
|
|||
maintainers = { '@wrapperup', '@oscarotero' },
|
||||
tier = 2,
|
||||
},
|
||||
verilog = {
|
||||
install_info = {
|
||||
revision = 'ba3c1e305caf948f718293c86c6018a82ed5043e',
|
||||
url = 'https://github.com/gmlarumbe/tree-sitter-systemverilog',
|
||||
},
|
||||
maintainers = { '@zhangwwpeng' },
|
||||
tier = 2,
|
||||
},
|
||||
vhdl = {
|
||||
install_info = {
|
||||
revision = 'eacafa5d612fdea1d12332fe0f83e089e5571cf3',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue