Update verilog to 0.19.2

This commit is contained in:
Stephan Seitz 2021-03-10 12:00:02 +01:00 committed by Kiyan
parent 3fda398bf6
commit acbb453f57
4 changed files with 18 additions and 18 deletions

View file

@ -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 = {