Skip to content

Commit 0d42247

Browse files
jayvdbramsey
authored andcommitted
Add Literal.Number.Bin to expected results
1 parent b0c46a6 commit 0d42247

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/Resources/pygments-2.0/css/default.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
.nv { color: #19177C } /* Name.Variable */
4040
.ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
4141
.w { color: #bbbbbb } /* Text.Whitespace */
42+
.mb { color: #666666 } /* Literal.Number.Bin */
4243
.mf { color: #666666 } /* Literal.Number.Float */
4344
.mh { color: #666666 } /* Literal.Number.Hex */
4445
.mi { color: #666666 } /* Literal.Number.Integer */

tests/Resources/pygments-2.0/css/default.prefix.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
.syntax .nv { color: #19177C } /* Name.Variable */
4141
.syntax .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
4242
.syntax .w { color: #bbbbbb } /* Text.Whitespace */
43+
.syntax .mb { color: #666666 } /* Literal.Number.Bin */
4344
.syntax .mf { color: #666666 } /* Literal.Number.Float */
4445
.syntax .mh { color: #666666 } /* Literal.Number.Hex */
4546
.syntax .mi { color: #666666 } /* Literal.Number.Integer */

0 commit comments

Comments
 (0)