home *** CD-ROM | disk | FTP | other *** search
EditPlus Syntax | 1999-10-25 | 1.2 KB | 125 lines |
- #TITLE=JavaScript
- ; JavaScript syntax file written by ES-Computing.
- ; This file is required for EditPlus to run correctly.
-
- #DELIMITER=,(){}[]-+*%/="'~!&|<>?:;.
- #QUOTATION1='
- #QUOTATION2="
- #CONTINUE_QUOTE=
- #LINECOMMENT=//
- #LINECOMMENT2=
- #COMMENTON=/*
- #COMMENTOFF=*/
- #COMMENTON2=
- #COMMENTOFF2=
- #ESCAPE=\
- #CASE=y
- #PREFIX1=
- #PREFIX2=
- #PREFIX3=
- #PREFIX4=
- #PREFIX5=
- #SUFFIX1=
- #SUFFIX2=
- #SUFFIX3=
- #SUFFIX4=
- #SUFFIX5=
-
- #KEYWORD=Reserved words
- 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
-
- #KEYWORD=Built-in objects
- 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
- #