Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix languages key
  • Loading branch information
karlhorky authored Mar 3, 2019
commit 92cca6e5e827f1069cd409c8b7b834558a11bd67
4 changes: 2 additions & 2 deletions themes/vsDark.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ var theme /*: PrismTheme */ = {
{
// Fix tag color for HTML
types: ["tag"],
lang: "markup",
languages: ["markup"],
style: {
color: "rgb(86, 156, 214)"
}
Expand All @@ -81,7 +81,7 @@ var theme /*: PrismTheme */ = {
{
// Fix punctuation color for HTML
types: ["punctuation"],
lang: "markup",
languages: ["markup"],
style: {
color: "#808080"
}
Expand Down