Add `vh` verilog header file type to `file-types` (#3158)

imgbot
Andrey Tkachenko 2 years ago committed by GitHub
parent 19e51c8264
commit 1b3a10d906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save