From 0655c1b34c522962f277508ba19fa7b9b5427882 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Thu, 15 Feb 2007 01:02:34 +0000 Subject: [PATCH] Fixed up a few things in preliminary UltraEdit syntax highlighting file --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40501 --- editor/ultraedit/wordfile.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/editor/ultraedit/wordfile.txt b/editor/ultraedit/wordfile.txt index 402596c7..c6455f0e 100644 --- a/editor/ultraedit/wordfile.txt +++ b/editor/ultraedit/wordfile.txt @@ -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^[^]-]++)"/ /Indent Strings = "{" /Unindent Strings = "}" +/Open Fold Strings = "{" +/Close Fold Strings = "}" /C1"Keywords" assert begin break @@ -57,11 +59,13 @@ Handle Plugin String /C5"Constants" -cellbits cellmax cellmin charbits charmax +__Pawn __version +cellbits cellmax cellmin charbits charmax charmin +debug myinfo -__version +ucharmax INVALID_HANDLE /C6"Stocks" -//TODO +# TODO /C7"Natives" -//TODO \ No newline at end of file +# TODO \ No newline at end of file