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

  1. ;Visual Basic adicional Syntax highlight Script for Twistpad
  2. ;1998 - 2006 (C) Carthago Software
  3.  
  4. [::Header::]
  5. SyntaxName=Visual Basic
  6. Extensions=bas;frm;cls;ctl
  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. [Compiler directives]
  47. Type=StartStop
  48. Context=4
  49. Scope=0
  50. Priority=10
  51. WholeWordOnly=1
  52. First=# 
  53. Last=
  54. Background=Default
  55. Foreground=008000
  56. italic=0
  57. BeginParagraph=1
  58.  
  59. [Sub]
  60. Type=StartStop
  61. Context=5
  62. Scope=0
  63. Priority=4
  64. WholeWordOnly=1
  65. First=Sub
  66. Last=End Sub
  67. Background=Default
  68. Foreground=Default
  69. italic=0
  70. BeginParagraph=1
  71. Outline=1
  72.  
  73. [Function]
  74. Type=StartStop
  75. Context=5
  76. Scope=0
  77. Priority=4
  78. WholeWordOnly=1
  79. First=Function
  80. Last=End Function
  81. Background=Default
  82. Foreground=Default
  83. italic=0
  84. BeginParagraph=1
  85. Outline=1
  86.  
  87. [PublicFunction]
  88. Type=StartStop
  89. Context=5
  90. Scope=0
  91. Priority=4
  92. WholeWordOnly=1
  93. First=Public Function
  94. Last=End Function
  95. Background=Default
  96. Foreground=Default
  97. italic=0
  98. BeginParagraph=1
  99. Outline=1
  100.  
  101. [PrivateFunction]
  102. Type=StartStop
  103. Context=5
  104. Scope=0
  105. Priority=4
  106. WholeWordOnly=1
  107. First=Private Function
  108. Last=End Function
  109. Background=Default
  110. Foreground=Default
  111. italic=0
  112. BeginParagraph=1
  113. Outline=1
  114.  
  115. [PublicSub]
  116. Type=StartStop
  117. Context=5
  118. Scope=0
  119. Priority=4
  120. WholeWordOnly=1
  121. First=Public Sub
  122. Last=End Sub
  123. Background=Default
  124. Foreground=Default
  125. italic=0
  126. BeginParagraph=1
  127. Outline=1
  128.  
  129. [PrivateSub]
  130. Type=StartStop
  131. Context=5
  132. Scope=0
  133. Priority=4
  134. WholeWordOnly=1
  135. First=Private Sub
  136. Last=End Sub
  137. Background=Default
  138. Foreground=Default
  139. italic=0
  140. BeginParagraph=1
  141. Outline=1
  142.  
  143. [DFMBEBlock]
  144. Type=StartStop
  145. Context=6
  146. Scope=0
  147. Priority=5
  148. WholeWordOnly=1
  149. First=Begin
  150. Last=End
  151. Background=Default
  152. Foreground=Default
  153. italic=0
  154. BeginParagraph=0
  155. Outline=1
  156. Smart=1
  157.  
  158. [VB Keyword]
  159. Type=keyword
  160. Context=101
  161. Scope=0
  162. Priority=5
  163. WholeWordOnly=1
  164. Keyword1=as;sub
  165. Keyword2=as;do;go;if;is;on;or;to;set;private;true;false;nothing;boolean;Explicit 
  166. Keyword3=all;and;any;bof;cls;com;def;dim;end;eqv;for;get;imp;key;let;mod;not;off;out;put;run;seg;xor;new 
  167. Keyword4=base;beep;call;case;ccur;data;draw;else;exit;goto;kill;line;list;lock;long;loop;lset;name;next;open;play;poke;pset;read;rset;sadd;seek;step;stop;swap;then;tron;type;view;wait;wend
  168. Keyword5=alias;bload;bsave;byval;calls;cdecl;chain;chdir;clear;close;color;const;endif;erase;error;event;field;files;gosub;input;ioctl;local;mkdir;paint;pcopy;print;redim;reset;rmdir;shell;sleep;sound;stack;strig;timer;troff;until;using;while;width;write
  169. Keyword6=access;append;binary;circle;common;defcur;defdbl;defint;deflng;defsng;defstr;delete;double;elseif;locate;lprint;option;output;preset;random;resume;return;screen;seekeq;seekge;seekgt;select;setmem;shared;signal;single;string;system;uevent;unlock;window;global;Public;Static
  170. Keyword7=chdrive;declare;environ;integer;palette;restore 
  171. Keyword8=currency;function;retrieve;with
  172. Keyword9=randomize;savepoint;implementation
  173. Keyword10=begintrans;checkpoint 
  174. Keyword11=committrans;createindex;deleteindex;deletetable
  175. Background=Default
  176. Foreground=0000FF
  177. Bold=0
  178.  
  179. [DFM Keys]
  180. Type=keyword
  181. Context=102
  182. Scope=6
  183. Priority=5
  184. WholeWordOnly=1
  185. Keyword1=begin;end
  186. Background=Default
  187. Foreground=FF00FF
  188. Bold=0