Add vh
verilog header file type to file-types
(#3158)
This commit is contained in:
parent
19e51c8264
commit
1b3a10d906
1 changed files with 1 additions and 1 deletions
|
@ -1416,7 +1416,7 @@ source = { git = "https://github.com/vlang/vls", subpath = "tree_sitter_v", rev
|
|||
[[language]]
|
||||
name = "verilog"
|
||||
scope = "source.verilog"
|
||||
file-types = ["v", "sv", "svh"]
|
||||
file-types = ["v", "vh", "sv", "svh"]
|
||||
roots = []
|
||||
comment-token = "//"
|
||||
language-server = { command = "svlangserver", args = [] }
|
||||
|
|
Loading…
Add table
Reference in a new issue