Add Verilog/SystemVerilog filename extensions

Most Verilog files use the *.vh extension for header files.

Since the IEEE 1800-2009 SystemVerilog standard, it is common for
hardware and verification files written using the newer language
constructs to use the *.sv extension for design elements, and *.svh for
headers.
This commit is contained in:
Chris Drake
2013-01-30 22:02:31 -08:00
parent 121f096173
commit 0a49062a02

View File

@@ -1192,6 +1192,10 @@ Verilog:
lexer: verilog
color: "#848bf3"
primary_extension: .v
extensions:
- .vh
- .sv
- .svh
VimL:
type: programming