-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathJavaScript.esy
More file actions
165 lines (159 loc) · 4.33 KB
/
JavaScript.esy
File metadata and controls
165 lines (159 loc) · 4.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
; EmEditor Syntax File
;
; To import this file to an existing configuration, select Configuration
; under the Tool menu, select Define Configurations, select a configuration
; you want to import to, press [Properties], select the Highlight page, and
; press [Import].
;
; Submit your customized file to [email protected]
; to be listed in www.emurasoft.com user files pages.
;
#Highlight=on
#BeginTag=
#EndTag=
#CommentBegin=/*
#CommentEnd=*/
#LineComment1=//
#LineComment2=
#SingleQuote=on
#DoubleQuote=on
#ContinueQuote=off
#Escape=\
#ScriptBegin=
#ScriptEnd=
#SpecialSyntax=off
#HighlightBraces=on
#Keyword color=4,word=on,rightall=off,case=on,insidetag=off,regexp=off,rightall2=off
abstract
boolean
break
byte
case
catch
char
class
const
continue
debugger
default
delete
do
double
else
enum
export
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
enum
byvalue
cast
future
generic
inner
operator
outer
rest
var
#Keyword color=2,word=on,rightall=off,case=on,insidetag=off,regexp=off,rightall2=off
Array
Boolean
Date
Event
Function
Math
Number
Object
RegExp
String
#Keyword color=2,word=on,rightall=off,case=on,insidetag=off,regexp=off,rightall2=off
Anchor
anchors
Applet
applets
Area
Body
Button
Checkbox
document
FileUpload
Form
forms
Frame
frames
Hidden
history
History
Image
images
Layer
layers
Link
links
location
MimeType
mimeTypes
navigator
Option
options
Password
Plugin
plugins
radio
Radio
regular expression
Reset
screen
Script
Select
Style
StyleSheet
Submit
Text
Textarea
window
#Keyword color=7,word=on,rightall=off,case=off,insidetag=off,regexp=on,rightall2=off
\$[0-9]
#Keyword color=3,word=on,rightall=off,case=off,insidetag=off,regexp=on,rightall2=off
0x[\da-f]+
[+-]?\d+
[+-]?\d*\.\d+
#Keyword color=3,word=off,rightall=off,case=off,insidetag=off,regexp=on,rightall2=off
/(\\/|[^^/\s])+(\\/|[^^/])*/[gim]*