-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsyntax.styl
160 lines (128 loc) · 2.09 KB
/
syntax.styl
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
.hll
background-color: #FFC
.err // errors
color: #A61717
background-color: #E3D2D2
.w // whitespace
color: #BBB
/**
* Comments
*/
.c // comments
.cm // multi line comment
.c1 // comment, single
color: #998
font-style: italic
.cp // comment, prepro
.cs // comment, special
color: #999
font-weight: bold
font-style: italic
/**
* GENERIC
*/
.gd // generic, deleted
color: #000
background-color: #FFDDDD
.ge // generic, emph
color: #000
font-style: italic
.gr // generic error
color: #A00
.gh // generic heading
color: #999
.gi // generic inserted
color: #000
background-color: #DDFFDD
.go // generic output
color: #888
.gp // generic prompt
color: #555
.gs // generic strong
font-weight: bold
.gu // generic subheading
color: #AAA
.gt // generic traceback
color: #A00
/**
* KEYWORDS
*/
.k // keyword
.kc // constant
.kd // declaration
.kn // namespace
.kp // pseudo
.kr // reserved
color: #000
font-weight: bold
.kt // type
color: #458
font-weight: bold
/**
* LITERAL: Numbers
*/
.m // number
.mf // float
.mh // hex
.mi // integer
.mo // octet
.il // long
color: #099
/**
* LITERAL: String
*/
.s // string
.sb // backtick
.sc // char
.sd // doc
.s2 // double
.se // escape
.sh // heredoc
.si // interpol
.sx // other
.s1 // single
color: #D01040
.sr // RegExp
color: #009926
.ss // symbol
color: #990073
/**
* NAME
*/
.na // attribute
color: #008080
.nb // built-in
color: #0086B3
.bp // built-in pseudo
color: #999
.nc // class
color: #445588
font-weight: bold
.no // constant
color: #008080
.nd // decorator
color: #3C5D5D
font-weight: bold
.ni // entity
color: #800080
.ne // exception
.nf // function
.nl // label
color: #900
font-weight: bold
.nn // namespace
color: #555
.nt // tag
color: #000080
.nv // variable
.vc // variable class
.vg // variable global
.vi // variable instance
color: #008080
/**
* OPERATOR
*/
.o // operator
.ow // word
color: #000
font-weight: bold