mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-07 20:08:48 +00:00
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:
@@ -1192,6 +1192,10 @@ Verilog:
|
|||||||
lexer: verilog
|
lexer: verilog
|
||||||
color: "#848bf3"
|
color: "#848bf3"
|
||||||
primary_extension: .v
|
primary_extension: .v
|
||||||
|
extensions:
|
||||||
|
- .vh
|
||||||
|
- .sv
|
||||||
|
- .svh
|
||||||
|
|
||||||
VimL:
|
VimL:
|
||||||
type: programming
|
type: programming
|
||||||
|
|||||||
Reference in New Issue
Block a user