mirror of https://github.com/helix-editor/helix
Add `vh` verilog header file type to `file-types` (#3158)
parent
19e51c8264
commit
1b3a10d906
|
@ -1416,7 +1416,7 @@ source = { git = "https://github.com/vlang/vls", subpath = "tree_sitter_v", rev
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "verilog"
|
name = "verilog"
|
||||||
scope = "source.verilog"
|
scope = "source.verilog"
|
||||||
file-types = ["v", "sv", "svh"]
|
file-types = ["v", "vh", "sv", "svh"]
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "//"
|
comment-token = "//"
|
||||||
language-server = { command = "svlangserver", args = [] }
|
language-server = { command = "svlangserver", args = [] }
|
||||||
|
|
Loading…
Reference in New Issue