mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +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
|
||||
color: "#848bf3"
|
||||
primary_extension: .v
|
||||
extensions:
|
||||
- .vh
|
||||
- .sv
|
||||
- .svh
|
||||
|
||||
VimL:
|
||||
type: programming
|
||||
|
||||
Reference in New Issue
Block a user