Skip to content

Commit 3ed0a53

Browse files
authored
fix(themes): shebang was missing in oceanicNext (#81)
1 parent 63d4c7c commit 3ed0a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/themes/oceanicNext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var theme: PrismTheme = {
4141
}
4242
},
4343
{
44-
types: ["comment", "block-comment", "prolog", "doctype", "cdata"],
44+
types: ["comment", "block-comment", "prolog", "doctype", "cdata", "shebang"],
4545
style: {
4646
color: colors.comment
4747
}

0 commit comments

Comments
 (0)