-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTypeScript.esy
More file actions
167 lines (156 loc) · 5.26 KB
/
Copy pathTypeScript.esy
File metadata and controls
167 lines (156 loc) · 5.26 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
166
167
; 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 submit@emurasoft.com
; 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
break
case
catch
class
const
continue
debugger
default
delete
do
else
enum
export
extends
false
finally
for
function
if
import
in
instanceof
new
null
return
super
switch
this
throw
true
try
typeof
var
void
while
with
#Keyword color=4,word=on,rightall=off,case=on,insidetag=off,regexp=off,rightall2=off
abstract
as
implements
interface
let
package
private
protected
public
static
yield
#Keyword color=4,word=on,rightall=off,case=on,insidetag=off,regexp=off,rightall2=off
any
boolean
constructor
declare
get
module
require
number
set
string
symbol
type
from
of
#Keyword color=4,word=on,rightall=off,case=on,insidetag=off,regexp=off,rightall2=off
async
await
namespace
#Keyword color=2,word=on,rightall=off,case=on,insidetag=off,regexp=off,rightall2=off
Infinity
NaN
undefined
#Keyword color=2,word=on,rightall=off,case=on,insidetag=off,regexp=off,rightall2=off
eval
isFinite
isNaN
parseFloat
parseInt
decodeURI
decodeURIComponent
encodeURI
encodeURIComponent
#Keyword color=2,word=on,rightall=off,case=on,insidetag=off,regexp=off,rightall2=off
Array
ArrayBuffer
Boolean
DataView
Date
Error
EvalError
Float32Array
Float64Array
Function
Int8Array
Int16Array
Int32Array
Map
Number
Object
Proxy
Promise
RangeError
ReferenceError
RegExp
Set
String
Symbol
SyntaxError
TypeError
Uint8Array
Uint16Array
Uint32Array
URIError
WeakMap
WeakSet
#Keyword color=2,word=on,rightall=off,case=on,insidetag=off,regexp=off,rightall2=off
JSON
Math
Reflect
#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
[+-]?\d+(e\d+)?
[+-]?\d+\.(\d+)?(e\d+)?
\.\d+(e\d+)?
0b[0-1]+
0o[0-7]+
0x[0-9a-f]+
#Keyword color=3,word=off,rightall=off,case=off,insidetag=off,regexp=on,rightall2=off
/(\\/|[^^/\s])+(\\/|[^^/])*/[gim]*
`[^^`]*`