Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 0596536

Browse files
authored
Restore JavaScript highlighting (#1046)
Remove definition of Name.Builtin and Name.Other (only used by JS highlighter) to use the default color again. Fix Name.Builtin.Pseudo class name.
1 parent b9356a6 commit 0596536

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

styles/pygments-arango.css

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@
2020
.highlight .s { color: #a31515 } /* Literal.String */
2121
.highlight .nc { color: #2b91af } /* Name.Class */
2222
.highlight .no { color: #0000ff } /* Name.Constant */
23-
.highlight .nb { color: #0000ff } /* Name.Builtin */
24-
.highlight .np { color: #0000ff; font-style: italic } /* Name.Builtin.Pseudo */
23+
.highlight .bp { color: #0000ff; font-style: italic } /* Name.Builtin.Pseudo */
2524
.highlight .nf { color: #3c4c72; } /* Name.Function */
2625
.highlight .nv { color: #8959a8 } /* Name.Variable */
2726
.highlight .vg { color: #8959a8 } /* Name.Variable.Global */
28-
.highlight .nx { color: #0000ff } /* Name.Other */
2927
.highlight .ow { color: #0000ff } /* Operator.Word */
3028
.highlight .sb { color: #a31515 } /* Literal.String.Backtick */
3129
.highlight .sc { color: #a31515 } /* Literal.String.Char */

0 commit comments

Comments
 (0)