home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / ftp.editplus.com.tar / ftp.editplus.com / epp230.exe / js.stx < prev    next >
Text File  |  2005-06-07  |  1KB  |  113 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. #NUMBER_PATTERN=cpp
  15.  
  16. #KEYWORD=Reserved words
  17. abstract
  18. boolean
  19. break
  20. byte
  21. case
  22. catch
  23. char
  24. class
  25. const
  26. continue
  27. default
  28. delete
  29. do
  30. double
  31. else
  32. extends
  33. false
  34. final
  35. finally
  36. float
  37. for
  38. function
  39. goto
  40. if
  41. implements
  42. import
  43. in
  44. instanceof
  45. int
  46. interface
  47. long
  48. native
  49. new
  50. null
  51. package
  52. private
  53. protected
  54. public
  55. return
  56. short
  57. static
  58. super
  59. switch
  60. synchronized
  61. this
  62. throw
  63. throws
  64. transient
  65. true
  66. try
  67. typeof
  68. var
  69. void
  70. while
  71. with
  72.  
  73. #KEYWORD=Built-in objects
  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. #