home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / software / Vyzkuste / Essay11 / Syntax.txt < prev    next >
Text File  |  1998-12-06  |  4KB  |  294 lines

  1. / the beginning of a new rule
  2. / this is the rule for highlighting Syntax comment lines
  3. newrule=Syntax
  4. dtBeginLineEnd=yes
  5. enabled=yes
  6. KLE=/;olive
  7. / the rule for HTML Tags starts here
  8. newrule=HTML Tags
  9. dtbeginend=yes
  10. zorder=1
  11. defkeycolor=blue
  12. kbe=<;>;blue
  13. enabled=yes
  14. / the rule for HTML 4.0 Atrributes starts here
  15. newrule=HTML Attributes
  16. dtkeyshow=yes
  17. defkeycolor=red
  18. enabled=yes
  19. zorder=2
  20. kw=abbr=
  21. kw=accept-charset=
  22. kw=accesskey=
  23. kw=action=
  24. kw=align=
  25. kw=alt=
  26. kw=axis=
  27. kw=background=
  28. kw=bgcolor=
  29. kw=archive=
  30. kw=cellpadding=
  31. kw=cellspacing=
  32. kw=char=
  33. kw=charoff=
  34. kw=charset=
  35. kw=checked=
  36. kw=cite=
  37. kw=class=
  38. kw=codebase=
  39. kw=codetype=
  40. / color is depreciated in html 4.0
  41. kw=color=
  42. kw=cols=
  43. kw=colspan=
  44. kw=content=
  45. kw=coords=
  46. kw=data=
  47. kw=datetime=
  48. kw=declare
  49. kw=dir=
  50. kw=disabled
  51. kw=enctype=
  52. kw=export
  53. kw=face=
  54. kw=for=
  55. kw=frame=
  56. kw=frameborder=
  57. kw=headers=
  58. kw=height=
  59. kw=hspace=
  60. kw=href=
  61. kw=hreflang=
  62. kw=http-equiv=
  63. kw=id=
  64. kw=lang=
  65. kw=longdesc=
  66. kw=marginheight=
  67. kw=marginwidth=
  68. kw=maxlength=
  69. kw=media=
  70. kw=method=
  71. kw=name=
  72. kw=nohref=
  73. kw=noresize=
  74. kw=profile=
  75. kw=readonly=
  76. kw=rel=
  77. kw=rev=
  78. kw=rows=
  79. kw=rowspan=
  80. kw=rules=
  81. kw=scheme=
  82. kw=scope=
  83. kw=scrolling=
  84. kw=selected
  85. kw=shape=
  86. / size is depreciated in html 4.0
  87. kw=size=
  88. kw=span=
  89. kw=src=
  90. kw=standby=
  91. kw=style=
  92. kw=summary=
  93. kw=tabindex=
  94. kw=target=
  95. kw=title=
  96. kw=type=
  97. kw=usemap=
  98. kw=valign=
  99. kw=value=
  100. kw=version=
  101. kw=vspace=
  102. kw=width=
  103. / the pascal rule starts here
  104. newrule=Pascal
  105. dtkeyshow=yes
  106. enabled=no
  107. defkeycolor=red
  108. kw=and
  109. kw=array
  110. kw=as
  111. kw=asm
  112. kw=begin
  113. kw=case
  114. kw=class
  115. kw=const
  116. kw=constructor
  117. kw=destructor
  118. kw=dispinterface
  119. kw=div
  120. kw=do
  121. kw=downto
  122. kw=else
  123. kw=end
  124. kw=except
  125. kw=exports
  126. kw=file
  127. kw=finalization
  128. kw=finally
  129. kw=for
  130. kw=function
  131. kw=goto
  132. kw=if
  133. kw=implementation
  134. kw=in
  135. kw=inherited
  136. kw=initialization
  137. kw=inline
  138. kw=interface
  139. kw=is
  140. kw=label
  141. kw=library
  142. kw=mod
  143. kw=nil
  144. kw=not
  145. kw=object
  146. kw=of
  147. kw=or
  148. kw=out
  149. kw=packed
  150. kw=procedure
  151. kw=program
  152. kw=property
  153. kw=raise
  154. kw=record
  155. kw=repeat
  156. kw=resourcestring
  157. kw=set
  158. kw=shl
  159. kw=shr
  160. kw=string
  161. kw=then
  162. kw=threadvar
  163. kw=to
  164. kw=try
  165. kw=type
  166. kw=unit
  167. kw=until
  168. kw=uses
  169. kw=var
  170. kw=while
  171. kw=with
  172. kw=xor
  173. kw=private
  174. kw=protected
  175. kw=public
  176. kw=published
  177. kw=automated
  178. / the Java rule starts here
  179. newrule=Java
  180. dtkeyshow=yes
  181. keycase=yes
  182. enabled=no
  183. defkeycolor=maroon
  184. kw=abstract
  185. kw=boolean
  186. kw=break
  187. kw=byte
  188. kw=case
  189. kw=catch
  190. kw=char
  191. kw=class
  192. kw=const
  193. kw=continue
  194. kw=default
  195. kw=do
  196. kw=double
  197. kw=else
  198. kw=extends
  199. kw=final
  200. kw=finally
  201. kw=float
  202. kw=for
  203. kw=goto
  204. kw=if
  205. kw=imlements
  206. kw=import
  207. kw=instanceof
  208. kw=int
  209. kw=interface
  210. kw=long
  211. kw=native
  212. kw=new
  213. kw=null
  214. kw=package
  215. kw=private
  216. kw=protected
  217. kw=public
  218. kw=return
  219. kw=short
  220. kw=static
  221. kw=super
  222. kw=switch
  223. kw=synchronized
  224. kw=this
  225. kw=throw
  226. kw=throws
  227. kw=transient
  228. kw=try
  229. kw=void
  230. kw=volatile
  231. kw=while
  232. / the JavaScript rule starts here
  233. newrule=JavaScript
  234. dtkeyshow=yes
  235. keycase=yes
  236. zorder=2
  237. enabled=no
  238. defkeycolor=maroon
  239. kw=abstract
  240. kw=boolean
  241. kw=break
  242. kw=byte
  243. kw=case
  244. kw=catch
  245. kw=char
  246. kw=class
  247. kw=const
  248. kw=continue
  249. kw=default
  250. kw=delete
  251. kw=do
  252. kw=double
  253. kw=else
  254. kw=extends
  255. kw=false
  256. kw=final
  257. kw=finally
  258. kw=float
  259. kw=for
  260. kw=function
  261. kw=goto
  262. kw=if
  263. kw=imlements
  264. kw=import
  265. kw=in
  266. kw=instanceof
  267. kw=int
  268. kw=interface
  269. kw=long
  270. kw=native
  271. kw=new
  272. kw=null
  273. kw=package
  274. kw=private
  275. kw=protected
  276. kw=public
  277. kw=reset
  278. kw=return
  279. kw=short
  280. kw=static
  281. kw=super
  282. kw=switch
  283. kw=synchronized
  284. kw=this
  285. kw=throw
  286. kw=throws
  287. kw=transient
  288. kw=true
  289. kw=try
  290. kw=typeof
  291. kw=var
  292. kw=void
  293. kw=while
  294. kw=with