aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua13
1 files changed, 3 insertions, 10 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 9c85ae118..48beabd9b 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -11,6 +11,7 @@ for ft, lang in pairs {
["typescript.tsx"] = "tsx",
["terraform-vars"] = "terraform",
["html.handlebars"] = "glimmer",
+ systemverilog = "verilog",
dosini = "ini",
confini = "ini",
svg = "xml",
@@ -2171,14 +2172,6 @@ list.systemtap = {
maintainers = { "@ok-ryoko" },
}
-list.systemverilog = {
- install_info = {
- url = "https://github.com/zhangwwpeng/tree-sitter-systemverilog",
- files = { "src/parser.c" },
- },
- maintainers = { "@zhangwwpeng" },
-}
-
list.t32 = {
install_info = {
url = "https://gitlab.com/xasc/tree-sitter-t32.git",
@@ -2433,10 +2426,10 @@ list.vento = {
list.verilog = {
install_info = {
- url = "https://github.com/tree-sitter/tree-sitter-verilog",
+ url = "https://github.com/gmlarumbe/tree-sitter-systemverilog",
files = { "src/parser.c" },
},
- maintainers = { "@zegervdv" },
+ maintainers = { "@zhangwwpeng" },
}
list.vhdl = {