corba.txt
来自「UltraEdit中几百种语法高亮度显示」· 文本 代码 · 共 62 行
TXT
62 行
/L20"CORBA IDL" Line Comment = // Block Comment On = /* Block Comment Off = */ Escape Char = \ String Chars = "' File Extensions = IDL
/Delimiters = ~!@%^*()-+=\/{}[]:;"'<> , .?
/Function String 1 = "^([a-zA-Z_][a-zA-Z_0-9]+(*)^)"
/Function String 2 = "^{struct^}^{enum^} ^([a-zA-Z_][a-zA-Z_0-9]+^)"
/Function String 3 = "^{union^}^{exception^} ^([a-zA-Z_][a-zA-Z_0-9]+^)"
/Function String 4 = "^{module^}^{interface^} ^([a-zA-Z_][a-zA-Z_0-9]+^)"
/Function String 5 = "typedef [a-zA-Z_][a-zA-Z_<>]+ ^([a-zA-Z_][a-zA-Z_0-9]+^)"
/Indent Strings = "{"
/Unindent Strings = "}"
/C1
any
boolean
case char const
default double
enum exception
FALSE
fixed float
in inout
long
Object
octet oneway out
raises readonly
sequence short string struct switch
TRUE
typedef
unsigned union
void
wchar wstring
/C2
attribute
context
interface
module
/C3
#define #error #include #elif #if #line #else #ifdef #pragma #endif #ifndef #undef # ##
!
||
&&
/C4
;
{
}
:
,
=
+
-
(
)
<
>
[
]
'
"
\
^
*
/
%
~
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?