home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / ftp.editplus.com.tar / ftp.editplus.com / epp211b_en.exe / js.stx < prev    next >
Text File  |  2003-06-28  |  1KB  |  112 lines

  1. #TITLE=JavaScript
  2. ; JavaScript syntax file written by ES-Computing.
  3. ; This file is required for EditPlus to run correctly.
  4.  
  5. #DELIMITER=,(){}[]-+*%/="'~!&|<>?:;.
  6. #QUOTATION1='
  7. #QUOTATION2="
  8. #LINECOMMENT=//
  9. #LINECOMMENT2=
  10. #COMMENTON=/*
  11. #COMMENTOFF=*/
  12. #ESCAPE=\
  13. #CASE=y
  14.  
  15. #KEYWORD=Reserved words
  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. #KEYWORD=Built-in objects
  73. Anchor
  74. anchors
  75. Applet
  76. applets
  77. Area
  78. Array
  79. Button
  80. Checkbox
  81. Date
  82. document
  83. FileUpload
  84. Form
  85. forms
  86. Frame
  87. frames
  88. Hidden
  89. history
  90. Image
  91. images
  92. Link
  93. links
  94. Area
  95. location
  96. Math
  97. MimeType
  98. mimeTypes
  99. navigator
  100. options
  101. Password
  102. Plugin
  103. plugins
  104. Radio
  105. Reset
  106. Select
  107. String
  108. Submit
  109. Text
  110. Textarea
  111. window
  112. #