-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathScala.esy
More file actions
84 lines (81 loc) · 2.54 KB
/
Copy pathScala.esy
File metadata and controls
84 lines (81 loc) · 2.54 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
; 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
abstract
case
catch
class
def
do
else
extends
false
final
finally
for
forSome
if
implicit
import
lazy
match
new
null
object
override
package
private
protected
return
sealed
super
this
throw
trait
try
true
type
val
var
while
with
yield
#Keyword color=0,word=on,rightall=off,case=on,insidetag=off,regexp=off,rightall2=off
_
:
=
=>
<-
<:
<%
>:
^#
@
#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+(e[+-]?\d+)?f?l?
[+-]?\d+\.?\d*(e[+-]?\d+)?f?l?