aboutsummaryrefslogtreecommitdiff
path: root/src/css/_variables.scss
diff options
context:
space:
mode:
authorolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-07-10 00:49:20 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-07-10 00:49:20 +0800
commit77101032aa61cad251fbe02476aa6d1e0df24d74 (patch)
treefeb8cab7c855d92ddc5c9fd383a0608da97f739e /src/css/_variables.scss
parent85290e5c12c5331bfa43481a73395c6f38b9d845 (diff)
feat(highlight): add support for chroma
BREAKING CHANGE: You need add params to enable `chroma` or `highlight.js` since they are disabled by default.
Diffstat (limited to 'src/css/_variables.scss')
-rw-r--r--src/css/_variables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/css/_variables.scss b/src/css/_variables.scss
index 06d7507..ef3fea7 100644
--- a/src/css/_variables.scss
+++ b/src/css/_variables.scss
@@ -235,6 +235,7 @@ $code-type-list: (
language-erlang: "Erlang",
language-go: "Go",
+ language-go-html-template: "Go HTML Template",
language-groovy: "Groovy",
language-haskell: "Haskell",
language-kotlin: "Kotlin",