-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathObjective-C++.esy
More file actions
140 lines (132 loc) · 4.29 KB
/
Objective-C++.esy
File metadata and controls
140 lines (132 loc) · 4.29 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
; 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
asm
auto
bool
break
case
catch
char
class
const
const_cast
continue
default
delete
do
double
dynamic_cast
else
enum
except
explicit
extern
false
finally
float
for
friend
goto
if
inline
int
long
mutable
namespace
new
operator
private
protected
public
register
reinterpret_cast
return
short
signed
sizeof
static
static_cast
struct
switch
template
this
throw
true
try
typedef
typeid
typename
union
unsigned
using
virtual
void
volatile
wchar_t
while
xalloc
#Keyword color=2,word=off,rightall=off,case=on,insidetag=off,regexp=on,rightall2=off
^^\s*^#\s*[a-z]+
#Keyword color=2,word=on,rightall=off,case=on,insidetag=off,regexp=off,rightall2=off
defined
#Keyword color=7,word=on,rightall=off,case=on,insidetag=off,regexp=off,rightall2=off
__cplusplus
__OBJC__
__FILE__
__LINE__
__FUNCTION__
_OPENMP
#Keyword color=3,word=on,rightall=off,case=off,insidetag=off,regexp=on,rightall2=off
[+-]?\d+u?l?
0x[a-f\d]+u?l?
[+-]?\d*\.\d+f?l?
[+-]?\d+\.\d*f?l?
@".+?"
#Keyword color=5,word=on,rightall=off,case=on,insidetag=off,regexp=off,rightall2=off
@interface
@implementation
@selector
@protocol
@try
@catch
@end
@synthesize
@property
@dynamic
#Keyword color=5,word=on,rightall=off,case=on,insidetag=off,regexp=off,rightall2=off
id
nil
self
super
BOOL
YES
NO
SEL
IMP
#Keyword color=5,word=off,rightall=off,case=off,insidetag=off,regexp=off,rightall2=off
IBAction
IBOutlet