home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9TXT / EPP104.ZIP / JS.STX < prev    next >
Text File  |  1998-04-20  |  1KB  |  124 lines

  1. #TITLE=JavaScript
  2. ; EditPlus 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. #WHOLELINE=n
  10. #COMMENTON=/*
  11. #COMMENTOFF=*/
  12. #ESCAPE=\
  13. #CASE=y
  14. #PREFIX1=
  15. #PREFIX2=
  16. #PREFIX3=
  17. #PREFIX4=
  18. #PREFIX5=
  19. #SUFFIX1=
  20. #SUFFIX2=
  21. #SUFFIX3=
  22. #SUFFIX4=
  23. #SUFFIX5=
  24.  
  25. ; Reserved Words
  26. #KEYWORD
  27. abstract 
  28. boolean 
  29. break 
  30. byte 
  31. case 
  32. catch 
  33. char 
  34. class 
  35. const 
  36. continue 
  37. default 
  38. delete 
  39. do 
  40. double 
  41. else 
  42. extends 
  43. false 
  44. final 
  45. finally 
  46. float 
  47. for 
  48. function 
  49. goto 
  50. if 
  51. implements 
  52. import 
  53. in 
  54. instanceof 
  55. int 
  56. interface 
  57. long 
  58. native 
  59. new 
  60. null 
  61. package 
  62. private 
  63. protected 
  64. public 
  65. return 
  66. short 
  67. static 
  68. super 
  69. switch 
  70. synchronized 
  71. this 
  72. throw 
  73. throws 
  74. transient 
  75. true 
  76. try 
  77. typeof 
  78. var 
  79. void 
  80. while 
  81. with 
  82.  
  83. ; Objects
  84. #KEYWORD
  85. Anchor
  86. anchors 
  87. Applet 
  88. applets 
  89. Area 
  90. Array 
  91. Button 
  92. Checkbox 
  93. Date 
  94. document 
  95. FileUpload 
  96. Form 
  97. forms 
  98. Frame 
  99. frames 
  100. Hidden 
  101. history 
  102. Image 
  103. images 
  104. Link 
  105. links 
  106. Area 
  107. location 
  108. Math 
  109. MimeType 
  110. mimeTypes 
  111. navigator 
  112. options 
  113. Password 
  114. Plugin 
  115. plugins 
  116. Radio 
  117. Reset 
  118. Select 
  119. String 
  120. Submit 
  121. Text 
  122. Textarea 
  123. window 
  124.