home *** CD-ROM | disk | FTP | other *** search
- ;VB Script adicional Syntax highlight Script for Twistpad
- ;1998 - 2006 (C) Carthago Software
-
- [::Header::]
- SyntaxName=Visual Basic Script
- Extensions=vbs
- Functions=(?i)^sub|(?i)^function|(?i)^Private sub|(?i)^Private function|(?i)^Public sub|(?i)^public function
- Spelling=0
- SpellingContexts=1;2;3
-
- [Comment1]
- Type=StartStop
- Context=1
- Scope=0
- Priority=10
- WholeWordOnly=0
- First='
- Last=
- Background=Default
- Foreground=008000
- italic=0
-
- [Comment2]
- Type=StartStop
- Context=2
- Scope=0
- Priority=10
- WholeWordOnly=1
- First=rem
- Last=
- Background=Default
- Foreground=008000
- italic=0
-
- [Quote]
- Type=StartStop
- Context=3
- Scope=0
- Priority=10
- WholeWordOnly=0
- First="
- Last="
- Background=Default
- Foreground=408080
-
- [VB Keyword]
- Type=keyword
- Context=101
- Scope=0
- Priority=6
- WholeWordOnly=1
- Keyword1=And;As;Boolean;ByRef;Byte;ByVal;Call;Case;Class;Const;Currency;Debug;Dim;Do;Double;Each;Else;ElseIf;Empty;End;EndIf
- Keyword2=Enum;Eqv;Event;Exit;False;For;Function;Get;GoTo;If;Imp;Implements;In;Integer;Is;Let;Like;Long;Loop;LSet;Me;Mod;New;
- Keyword3=Next;Not;Nothing;Null;On;Option;Optional;Or;ParamArray;Preserve;Private;Public;Raise;Event;ReDim;Rem;Resume;RSet;
- Keyword4=Select;Set;Shared;Single;Static;Stop;Sub;Then;To;True;Type;TypeOf;Until;Variant;Wend;While;With;Xor;randomize
- Background=Default
- Foreground=0000FF
- Bold=0
-