|
楼主 |
发表于 2010-10-24 15:20:41
|
显示全部楼层
我现在准备用ultraedit编辑verilog,在wordfile中加入了如下代码,想得到自动缩进和代码折叠功能,但是现在不知道什么原因不能得到自己想要的功能,不能折叠也不能缩进,还请高人指点,不甚感激!!
/L14"verilog" Line Comment = // Block Comment On = /* Block Comment Off = */ String Chars = " File Extensions = V VMD
/Delimiters = ~!@%^&*()-+=|\/{}[]:;"<> , .?
/Function String = "%[a-z0-9]+[ ^t]+[a-z_0-9]+[ ^t]+("
/Indent Strings = "begin""case""fork" "if" "else"
/Unindent Strings = "end""endcase""join" "else"
/Open Fold Strings = "begin""case"
/Close Fold Strings = "end""endcase"
/C1 |
|