-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaimmslexer.css
52 lines (52 loc) · 3.61 KB
/
aimmslexer.css
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
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight { background: #ffffff; }
.highlight .c { color: #008000; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #0000ff } /* Keyword */
.highlight .o { color: #000000; font-weight: bold } /* Operator */
.highlight .ch { color: #008000; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #008000; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #008000; font-style: italic } /* Comment.Preproc */
.highlight .cpf { color: #008000; font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { color: #008000; font-style: italic } /* Comment.Single */
.highlight .cs { color: #008000; font-style: italic } /* Comment.Special */
.highlight .kc { color: #0000ff } /* Keyword.Constant */
.highlight .kd { color: #000000; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #0000ff } /* Keyword.Namespace */
.highlight .kp { color: #0000ff } /* Keyword.Pseudo */
.highlight .kr { color: #0000ff } /* Keyword.Reserved */
.highlight .kt { color: #0000ff } /* Keyword.Type */
.highlight .s { color: #808080; font-style: italic } /* Literal.String */
.highlight .na { color: #585858; font-weight: bold } /* Name.Attribute */
.highlight .nb { color: #a22a2a } /* Name.Builtin */
.highlight .n-DatabaseTable { color: #800080 } /* Name.DatabaseTable */
.highlight .n-ElementParameter { color: #008b8b } /* Name.ElementParameter */
.highlight .nf { color: #2c2cff } /* Name.Function */
.highlight .n-Parameter { color: #008b8b } /* Name.Parameter */
.highlight .nv { color: #db7093 } /* Name.Variable */
.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .sa { color: #808080; font-style: italic } /* Literal.String.Affix */
.highlight .sb { color: #808080; font-style: italic } /* Literal.String.Backtick */
.highlight .sc { color: #808080; font-style: italic } /* Literal.String.Char */
.highlight .dl { color: #808080; font-style: italic } /* Literal.String.Delimiter */
.highlight .sd { color: #808080; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #808080; font-style: italic } /* Literal.String.Double */
.highlight .se { color: #808080; font-style: italic } /* Literal.String.Escape */
.highlight .sh { color: #808080; font-style: italic } /* Literal.String.Heredoc */
.highlight .si { color: #808080; font-style: italic } /* Literal.String.Interpol */
.highlight .sx { color: #808080; font-style: italic } /* Literal.String.Other */
.highlight .sr { color: #808080; font-style: italic } /* Literal.String.Regex */
.highlight .s1 { color: #808080; font-style: italic } /* Literal.String.Single */
.highlight .ss { color: #808080; font-style: italic } /* Literal.String.Symbol */
.highlight .bp { color: #a22a2a } /* Name.Builtin.Pseudo */
.highlight .fm { color: #2c2cff } /* Name.Function.Magic */
.highlight .vc { color: #db7093 } /* Name.Variable.Class */
.highlight .vg { color: #db7093 } /* Name.Variable.Global */
.highlight .vi { color: #db7093 } /* Name.Variable.Instance */
.highlight .vm { color: #db7093 } /* Name.Variable.Magic */