mirror of https://github.com/MidnightCommander/mc
Ticket# 4215: support syntax highlighting for Verilog/SystemVerilog header files.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
94588d2da6
commit
e50a4d0e25
|
@ -235,7 +235,7 @@ include cabal.syntax
|
|||
file ..\*\\.(?i:n)$ Nemerle\sProgram
|
||||
include nemerle.syntax
|
||||
|
||||
file ..\*\\.(?i:(v|sv))$ Verilog/SystemVerilog\sDevice\sDescription
|
||||
file ..\*\\.(?i:(v|sv|vh|svh))$ Verilog/SystemVerilog\sDevice\sDescription
|
||||
include verilog.syntax
|
||||
|
||||
file ..\*\\.(?i:hdl|vhdl?)$ VHDL\sDevice\sDescription
|
||||
|
|
Loading…
Reference in New Issue