diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index da2b2f6fa..16a425168 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -34,7 +34,6 @@ for ft, lang in pairs { html_tags = "html", ["typescript.tsx"] = "tsx", ["html.handlebars"] = "glimmer", - systemverilog = "verilog", pandoc = "markdown", rmd = "markdown", quarto = "markdown", @@ -2040,6 +2039,14 @@ 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", |
