home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / 2015-02-07.ftp.editplus.com.tar / ftp.editplus.com / epp125.exe / JS.STX < prev    next >
Text File  |  1999-03-15  |  1KB  |  127 lines

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