...and make sure it also takes .sv files as well. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
@@ -235,7 +235,7 @@ include cabal.syntax
file ..\*\\.(?i:n)$ Nemerle\sProgram
include nemerle.syntax
-file ..\*\\.(?i:v)$ Verilog\sDevice\sDescription
+file ..\*\\.(?i:(v|sv))$ Verilog/SystemVerilog\sDevice\sDescription
include verilog.syntax
file ..\*\\.(?i:hdl|vhdl?)$ VHDL\sDevice\sDescription
@@ -1,5 +1,6 @@
-# This is Cooledit syntax-file for verilog
+# This is Cooledit syntax-file for Verilog and SystemVerilog
# Created by Andres Farfan, <nafraf@linuxmail.org>
+# Updated by Andrei Purdea, <andrei@purdea.ro>
# Feel free to copy & modify this.
# 09/2004