mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
feat(verilog)!: use systemverilog parser and queries (#7170)
This commit is contained in:
parent
596b16da17
commit
b139d21726
10 changed files with 500 additions and 897 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue