home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 September / PC_World-1998_09-CD1.iso / Sharewar / Epp102 / JS.STX < prev    next >
Encoding:
EditPlus Syntax  |  1998-03-18  |  1.1 KB  |  113 lines

  1. #TITLE=JavaScript
  2. ; Edit++ Syntax File v1.0 written by ES-Computing.
  3. ; This file is provided as a sample syntax file for JavaScript.
  4.  
  5. #DELIMITER=,(){}[]-+*%/="'~!&|\<>?:;.
  6. #QUOTATION1='
  7. #QUOTATION2="
  8. #LINECOMMENT=//
  9. #COMMENTON=/*
  10. #COMMENTOFF=*/
  11. #ESCAPE=\
  12. #CASE=y
  13.  
  14. ; Reserved Words
  15. #KEYWORD
  16. abstract 
  17. boolean 
  18. break 
  19. byte 
  20. case 
  21. catch 
  22. char 
  23. class 
  24. const 
  25. continue 
  26. default 
  27. delete 
  28. do 
  29. double 
  30. else 
  31. extends 
  32. false 
  33. final 
  34. finally 
  35. float 
  36. for 
  37. function 
  38. goto 
  39. if 
  40. implements 
  41. import 
  42. in 
  43. instanceof 
  44. int 
  45. interface 
  46. long 
  47. native 
  48. new 
  49. null 
  50. package 
  51. private 
  52. protected 
  53. public 
  54. return 
  55. short 
  56. static 
  57. super 
  58. switch 
  59. synchronized 
  60. this 
  61. throw 
  62. throws 
  63. transient 
  64. true 
  65. try 
  66. typeof 
  67. var 
  68. void 
  69. while 
  70. with 
  71.  
  72. ; Objects
  73. #KEYWORD
  74. Anchor
  75. anchors 
  76. Applet 
  77. applets 
  78. Area 
  79. Array 
  80. Button 
  81. Checkbox 
  82. Date 
  83. document 
  84. FileUpload 
  85. Form 
  86. forms 
  87. Frame 
  88. frames 
  89. Hidden 
  90. history 
  91. Image 
  92. images 
  93. Link 
  94. links 
  95. Area 
  96. location 
  97. Math 
  98. MimeType 
  99. mimeTypes 
  100. navigator 
  101. options 
  102. Password 
  103. Plugin 
  104. plugins 
  105. Radio 
  106. Reset 
  107. Select 
  108. String 
  109. Submit 
  110. Text 
  111. Textarea 
  112. window 
  113.