mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
Remove verilog parser
This commit is contained in:
parent
6cf578084d
commit
85d7d810cb
1 changed files with 11 additions and 11 deletions
|
|
@ -411,17 +411,17 @@ list.ql = {
|
|||
maintainers = {'@pwntester'},
|
||||
}
|
||||
|
||||
---Parser generation from source takes a looong time!
|
||||
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" },
|
||||
}
|
||||
---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" },
|
||||
--}
|
||||
|
||||
-- Parsers for injections
|
||||
list.regex = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue