feat: add systemverilog support (#6775)

This commit is contained in:
zhangwwpeng 2024-06-24 00:36:01 +08:00 committed by GitHub
parent 0941c1147a
commit b5b64ac9fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 635 additions and 1 deletions

View file

@ -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",