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

pull/3163/head
Andrey Tkachenko 2022-07-23 08:05:20 +04:00 committed by GitHub
parent 19e51c8264
commit 1b3a10d906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [] }