aboutsummaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorIgnat Beresnev <ignat.beresnev@jetbrains.com>2022-09-20 14:42:28 +0200
committerGitHub <noreply@github.com>2022-09-20 14:42:28 +0200
commitc63ec458e94c6236a0002333d852aaa838beaf1e (patch)
treede50b7f942f4bbb20ca0f97818e9fcfdaa7bf03c /core/src
parente88a21e933ca7cb58898c924afe53e08130abfe9 (diff)
downloaddokka-c63ec458e94c6236a0002333d852aaa838beaf1e.tar.gz
dokka-c63ec458e94c6236a0002333d852aaa838beaf1e.tar.bz2
dokka-c63ec458e94c6236a0002333d852aaa838beaf1e.zip
Update `prism.js` to match new webhelp highlight colors (#2670)
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/kotlin/pages/ContentNodes.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/kotlin/pages/ContentNodes.kt b/core/src/main/kotlin/pages/ContentNodes.kt
index 4a03bd4e..3c6fa5ac 100644
--- a/core/src/main/kotlin/pages/ContentNodes.kt
+++ b/core/src/main/kotlin/pages/ContentNodes.kt
@@ -382,7 +382,7 @@ enum class SymbolContentKind : Kind {
}
enum class TokenStyle : Style {
- Keyword, Punctuation, Function, Operator, Annotation, Number, String, Boolean, Constant, Builtin
+ Keyword, Punctuation, Function, Operator, Annotation, Number, String, Boolean, Constant
}
enum class TextStyle : Style {