aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorhenrykvdb <henrykdev@gmail.com>2024-10-16 08:35:35 +0200
committerGitHub <noreply@github.com>2024-10-16 08:35:35 +0200
commitb139d21726e95ac484318dfb20d1aa031097e05f (patch)
treef11d09931994831c800bef22ff55cb12b0d3ece2 /README.md
parentbot(readme): update (diff)
downloadnvim-treesitter-b139d21726e95ac484318dfb20d1aa031097e05f.tar
nvim-treesitter-b139d21726e95ac484318dfb20d1aa031097e05f.tar.gz
nvim-treesitter-b139d21726e95ac484318dfb20d1aa031097e05f.tar.bz2
nvim-treesitter-b139d21726e95ac484318dfb20d1aa031097e05f.tar.lz
nvim-treesitter-b139d21726e95ac484318dfb20d1aa031097e05f.tar.xz
nvim-treesitter-b139d21726e95ac484318dfb20d1aa031097e05f.tar.zst
nvim-treesitter-b139d21726e95ac484318dfb20d1aa031097e05f.zip
feat(verilog)!: use systemverilog parser and queries (#7170)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 75cc8e949..a85448e9a 100644
--- a/README.md
+++ b/README.md
@@ -423,7 +423,6 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [swift](https://github.com/alex-pinkus/tree-sitter-swift) (maintained by @alex-pinkus)
- [x] [sxhkdrc](https://github.com/RaafatTurki/tree-sitter-sxhkdrc) (maintained by @RaafatTurki)
- [x] [systemtap](https://github.com/ok-ryoko/tree-sitter-systemtap) (maintained by @ok-ryoko)
-- [x] [systemverilog](https://github.com/zhangwwpeng/tree-sitter-systemverilog) (maintained by @zhangwwpeng)
- [x] [t32](https://gitlab.com/xasc/tree-sitter-t32.git) (maintained by @xasc)
- [x] [tablegen](https://github.com/amaanq/tree-sitter-tablegen) (maintained by @amaanq)
- [x] [tact](https://github.com/tact-lang/tree-sitter-tact) (maintained by @novusnota)
@@ -454,7 +453,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [v](https://github.com/vlang/v-analyzer) (maintained by @kkharji, @amaanq)
- [x] [vala](https://github.com/vala-lang/tree-sitter-vala) (maintained by @Prince781)
- [x] [vento](https://github.com/ventojs/tree-sitter-vento) (maintained by @wrapperup, @oscarotero)
-- [x] [verilog](https://github.com/tree-sitter/tree-sitter-verilog) (maintained by @zegervdv)
+- [x] [verilog](https://github.com/gmlarumbe/tree-sitter-systemverilog) (maintained by @zhangwwpeng)
- [x] [vhdl](https://github.com/jpt13653903/tree-sitter-vhdl) (maintained by @jpt13653903)
- [x] [vhs](https://github.com/charmbracelet/tree-sitter-vhs) (maintained by @caarlos0)
- [x] [vim](https://github.com/neovim/tree-sitter-vim) (maintained by @clason)