Skip to content

Commit

Permalink
Add vh verilog header file type to file-types (helix-editor#3158)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreytkachenko authored and thomasskk committed Sep 9, 2022
1 parent 2ff0449 commit 0cbdd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [] }
Expand Down

0 comments on commit 0cbdd44

Please sign in to comment.