mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
Update verilog to 0.19.2
This commit is contained in:
parent
3fda398bf6
commit
acbb453f57
4 changed files with 18 additions and 18 deletions
|
|
@ -407,17 +407,15 @@ list.ql = {
|
|||
maintainers = {'@pwntester'},
|
||||
}
|
||||
|
||||
---Parser generation from source takes a looong time and causes conflicts with 0.19.2
|
||||
--list.verilog = {
|
||||
--install_info = {
|
||||
--url = "https://github.com/tree-sitter/tree-sitter-verilog",
|
||||
--files = { "src/parser.c" },
|
||||
--requires_generate_from_grammar = true,
|
||||
--generate_requires_npm = true,
|
||||
--},
|
||||
--used_by = { "systemverilog" },
|
||||
--maintainers = { "@zegervdv" },
|
||||
--}
|
||||
list.verilog = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-verilog",
|
||||
files = { "src/parser.c" },
|
||||
generate_requires_npm = true,
|
||||
},
|
||||
used_by = { "systemverilog" },
|
||||
maintainers = { "@zegervdv" },
|
||||
}
|
||||
|
||||
-- Parsers for injections
|
||||
list.regex = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue