mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 05:50:04 -04:00
feat: add systemverilog support (#6775)
This commit is contained in:
parent
0941c1147a
commit
b5b64ac9fb
6 changed files with 635 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue