fix: add missing verilog file extensions
This commit is contained in:
parent
7dad2163a4
commit
35c356a867
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ pub const swift = .{
|
|||
|
||||
pub const verilog = .{
|
||||
.description = "SystemVerilog",
|
||||
.extensions = .{ "sv", "svh" },
|
||||
.extensions = .{ "sv", "svh", "v", "vh" },
|
||||
.comment = "//",
|
||||
.highlights = "nvim-treesitter/queries/verilog/highlights.scm",
|
||||
.injections = "nvim-treesitter/queries/verilog/injections.scm",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue