home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / Texturizer / Texturizer.exe / JavaScript.st_ / JavaScript.st
Text File  |  2000-01-20  |  1KB  |  113 lines

  1. # Texturizer Syntax File
  2. # This file is provided as a default syntax file for JavaScript.
  3.  
  4. #Delimiters=\n\t ,(){}[]-+*%/="'~!&|\\<>?:;.
  5. #DelimiterOn1="
  6. #DelimiterOff1="
  7. #DelimiterOn2='
  8. #DelimiterOff2='
  9. #LineComment1=//
  10. #BlockCommentOn1=/*
  11. #BlockCommentOff1=*/
  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.