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

  1. ;Java source adicional Syntax highlight Script for Twistpad
  2. ;1998 - 2006 (C) Carthago Software
  3.  
  4. [::Header::]
  5. SyntaxName=Java Source
  6. Extensions=jav;java
  7. Spelling=0 
  8. SpellingContexts=1;2
  9.  
  10. [Comment1]
  11. Type=StartStop
  12. Context=1
  13. Scope=0
  14. Priority=10
  15. WholeWordOnly=0
  16. First=//
  17. Last=
  18. Background=Default
  19. Foreground=008000
  20. italic=0
  21.  
  22. [Comment2]
  23. Type=StartStop
  24. Context=1
  25. Scope=0
  26. Priority=10
  27. WholeWordOnly=0
  28. First=/*
  29. Last=*/
  30. Background=Default
  31. Foreground=008000
  32. italic=1
  33. outline=1
  34.  
  35. [Quote]
  36. Type=StartStop
  37. Context=2
  38. Scope=0
  39. Priority=10
  40. WholeWordOnly=0
  41. First="
  42. Last="
  43. Background=Default
  44. Foreground=408080
  45.  
  46. [Brackets]
  47. Type=StartStop
  48. Context=3
  49. Scope=0
  50. Priority=5
  51. WholeWordOnly=0
  52. First={
  53. Last=}
  54. Background=Default
  55. Foreground=Default
  56. outline=1
  57. smart=1
  58.  
  59. [Keywords]
  60. Type=keyword
  61. Context=101
  62. Scope=0
  63. Priority=6
  64. WholeWordOnly=1
  65. Keyword1=as
  66. Keyword1=
  67. Keyword2=do;if
  68. Keyword3=for;int;new;try;var
  69. Keyword4=byte;case;cast;char;else;goto;long;null;rest;this;true;void
  70. Keyword5=break;catch;class;const;false;final;float;short;throw;while
  71. Keyword6=double;future;import;native;public;return;static;switch;throws
  72. Keyword7=boolean;byvalue;default;extends;finally;generic;package;private
  73. Keyword8=abstract;continue;operator;volatile;synchronized
  74. Keyword9=interface;protected;transient
  75. Keyword10=implements;instanceof;threadsafe
  76. Background=Default
  77. Foreground=0000FF
  78. Bold=0