home *** CD-ROM | disk | FTP | other *** search
EditPlus Syntax | 1998-03-18 | 1.1 KB | 113 lines |
- #TITLE=JavaScript
- ; Edit++ Syntax File v1.0 written by ES-Computing.
- ; This file is provided as a sample syntax file for JavaScript.
-
- #DELIMITER=,(){}[]-+*%/="'~!&|\<>?:;.
- #QUOTATION1='
- #QUOTATION2="
- #LINECOMMENT=//
- #COMMENTON=/*
- #COMMENTOFF=*/
- #ESCAPE=\
- #CASE=y
-
- ; Reserved Words
- #KEYWORD
- abstract
- boolean
- break
- byte
- case
- catch
- char
- class
- const
- continue
- default
- delete
- do
- double
- else
- extends
- false
- final
- finally
- float
- for
- function
- goto
- if
- implements
- import
- in
- instanceof
- int
- interface
- long
- native
- new
- null
- package
- private
- protected
- public
- return
- short
- static
- super
- switch
- synchronized
- this
- throw
- throws
- transient
- true
- try
- typeof
- var
- void
- while
- with
-
- ; Objects
- #KEYWORD
- Anchor
- anchors
- Applet
- applets
- Area
- Array
- Button
- Checkbox
- Date
- document
- FileUpload
- Form
- forms
- Frame
- frames
- Hidden
- history
- Image
- images
- Link
- links
- Area
- location
- Math
- MimeType
- mimeTypes
- navigator
- options
- Password
- Plugin
- plugins
- Radio
- Reset
- Select
- String
- Submit
- Text
- Textarea
- window
-