This repository was archived by the owner on Dec 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathmonkey.esy
87 lines (81 loc) · 2.96 KB
/
monkey.esy
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
; 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
bool
break
case
catch
continue
spawn
do
defer
else
enum
finally
for
if
in
struct
case
throw
try
while
elseif
elsif
elif
where
let
is
fn
grep
map
static
public
private
protected
interface
#Keyword color=5,word=on,rightall=off,case=on,insidetag=off,regexp=off,rightall2=off
false
true
nil
#Keyword color=9,word=on,rightall=off,case=on,insidetag=off,regexp=off,rightall2=off
return
#Keyword color=6,word=off,rightall=off,case=off,insidetag=off,regexp=on,rightall2=off
qw<.*?>
qw\{.*?\}
qw\<.*?>
qw\(.*?\)
#Keyword color=6,word=on,rightall=off,case=on,insidetag=off,regexp=off,rightall2=off
class
property
new
using
#Keyword color=1,word=on,rightall=off,case=on,insidetag=off,regexp=off,rightall2=off
set
get
default
this
parent