diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-06-23 13:32:46 +0200 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-06-24 10:07:36 +0200 |
| commit | 1181cd9a25360194b208bb9296ec26dc16433699 (patch) | |
| tree | b23552ef9bc2cb44dcf92dff6cd5ee706bfdafeb /lua | |
| parent | feat(swift)!: update parser and queries (diff) | |
| download | nvim-treesitter-1181cd9a25360194b208bb9296ec26dc16433699.tar nvim-treesitter-1181cd9a25360194b208bb9296ec26dc16433699.tar.gz nvim-treesitter-1181cd9a25360194b208bb9296ec26dc16433699.tar.bz2 nvim-treesitter-1181cd9a25360194b208bb9296ec26dc16433699.tar.lz nvim-treesitter-1181cd9a25360194b208bb9296ec26dc16433699.tar.xz nvim-treesitter-1181cd9a25360194b208bb9296ec26dc16433699.tar.zst nvim-treesitter-1181cd9a25360194b208bb9296ec26dc16433699.zip | |
feat(verilog)!: rename to systemverilog
Grammar name was changed to coincide with repository name
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 591fcf25e..3cc89a884 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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', |
