Fixed up a few things in preliminary UltraEdit syntax highlighting file

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40501
This commit is contained in:
Scott Ehlert 2007-02-15 01:02:34 +00:00
parent 06b9b09ea6
commit 0655c1b34c

View File

@ -8,6 +8,8 @@
/Function String 5 = "%^{public^}^{stock^}[ ^t]+[a-zA-Z_0-9]+:+^([a-zA-Z_@0-9]+^)[ ^t]++([a-zA-Z_:&=^^'^"., 0-9^[^]-]++)"/ /Function String 5 = "%^{public^}^{stock^}[ ^t]+[a-zA-Z_0-9]+:+^([a-zA-Z_@0-9]+^)[ ^t]++([a-zA-Z_:&=^^'^"., 0-9^[^]-]++)"/
/Indent Strings = "{" /Indent Strings = "{"
/Unindent Strings = "}" /Unindent Strings = "}"
/Open Fold Strings = "{"
/Close Fold Strings = "}"
/C1"Keywords" /C1"Keywords"
assert assert
begin break begin break
@ -57,11 +59,13 @@ Handle
Plugin Plugin
String String
/C5"Constants" /C5"Constants"
cellbits cellmax cellmin charbits charmax __Pawn __version
cellbits cellmax cellmin charbits charmax charmin
debug
myinfo myinfo
__version ucharmax
INVALID_HANDLE INVALID_HANDLE
/C6"Stocks" /C6"Stocks"
//TODO # TODO
/C7"Natives" /C7"Natives"
//TODO # TODO