Err, some missing keywords and corrections to UltraEdit/UEStudio syntax highlighting file
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40483
This commit is contained in:
parent
8d1d75f551
commit
58ea6d1e65
@ -10,18 +10,17 @@
|
|||||||
/Unindent Strings = "}"
|
/Unindent Strings = "}"
|
||||||
/C1"Keywords"
|
/C1"Keywords"
|
||||||
assert
|
assert
|
||||||
break
|
begin break
|
||||||
case const continue
|
case const continue
|
||||||
decl default do
|
decl default do
|
||||||
else enum exit
|
else enum exit
|
||||||
for forward functag
|
for forward funcenum functag
|
||||||
goto
|
|
||||||
if
|
if
|
||||||
native new
|
native new
|
||||||
operator
|
operator
|
||||||
public
|
public
|
||||||
return
|
return
|
||||||
sleep static stock struct switch
|
static stock struct switch
|
||||||
while
|
while
|
||||||
/C2"Directives"
|
/C2"Directives"
|
||||||
#assert #define #else #elseif #emit #endif #endinput #endscript #if #include #pragma #error #tryinclude #undef
|
#assert #define #else #elseif #emit #endif #endinput #endscript #if #include #pragma #error #tryinclude #undef
|
||||||
@ -48,7 +47,7 @@ tabsize
|
|||||||
~
|
~
|
||||||
:
|
:
|
||||||
?
|
?
|
||||||
cellof chars
|
cellsof chars
|
||||||
sizeof
|
sizeof
|
||||||
tagof
|
tagof
|
||||||
/C4"Tags"
|
/C4"Tags"
|
||||||
@ -58,7 +57,10 @@ Handle
|
|||||||
Plugin
|
Plugin
|
||||||
String
|
String
|
||||||
/C5"Constants"
|
/C5"Constants"
|
||||||
//TODO
|
cellbits cellmax cellmin charbits charmax
|
||||||
|
myinfo
|
||||||
|
__version
|
||||||
|
INVALID_HANDLE
|
||||||
/C6"Stocks"
|
/C6"Stocks"
|
||||||
//TODO
|
//TODO
|
||||||
/C7"Natives"
|
/C7"Natives"
|
||||||
|
Loading…
Reference in New Issue
Block a user