home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Shareware / Twistpad 1.1 / Setup.exe / Syntax / vbscript.sdf < prev    next >
Encoding:
Text File  |  2006-04-29  |  1.3 KB  |  59 lines

  1. ;VB Script adicional Syntax highlight Script for Twistpad
  2. ;1998 - 2006 (C) Carthago Software
  3.  
  4. [::Header::]
  5. SyntaxName=Visual Basic Script
  6. Extensions=vbs
  7. Functions=(?i)^sub|(?i)^function|(?i)^Private sub|(?i)^Private function|(?i)^Public sub|(?i)^public function
  8. Spelling=0 
  9. SpellingContexts=1;2;3
  10.  
  11. [Comment1]
  12. Type=StartStop
  13. Context=1
  14. Scope=0
  15. Priority=10
  16. WholeWordOnly=0
  17. First='
  18. Last=
  19. Background=Default
  20. Foreground=008000
  21. italic=0
  22.  
  23. [Comment2]
  24. Type=StartStop
  25. Context=2
  26. Scope=0
  27. Priority=10
  28. WholeWordOnly=1
  29. First=rem
  30. Last=
  31. Background=Default
  32. Foreground=008000
  33. italic=0
  34.  
  35. [Quote]
  36. Type=StartStop
  37. Context=3
  38. Scope=0
  39. Priority=10
  40. WholeWordOnly=0
  41. First="
  42. Last="
  43. Background=Default
  44. Foreground=408080
  45.  
  46. [VB Keyword]
  47. Type=keyword
  48. Context=101
  49. Scope=0
  50. Priority=6
  51. WholeWordOnly=1
  52. Keyword1=And;As;Boolean;ByRef;Byte;ByVal;Call;Case;Class;Const;Currency;Debug;Dim;Do;Double;Each;Else;ElseIf;Empty;End;EndIf
  53. Keyword2=Enum;Eqv;Event;Exit;False;For;Function;Get;GoTo;If;Imp;Implements;In;Integer;Is;Let;Like;Long;Loop;LSet;Me;Mod;New;
  54. Keyword3=Next;Not;Nothing;Null;On;Option;Optional;Or;ParamArray;Preserve;Private;Public;Raise;Event;ReDim;Rem;Resume;RSet;
  55. Keyword4=Select;Set;Shared;Single;Static;Stop;Sub;Then;To;True;Type;TypeOf;Until;Variant;Wend;While;With;Xor;randomize
  56. Background=Default
  57. Foreground=0000FF
  58. Bold=0
  59.