From c63ec458e94c6236a0002333d852aaa838beaf1e Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Tue, 20 Sep 2022 14:42:28 +0200 Subject: Update `prism.js` to match new webhelp highlight colors (#2670) --- core/src/main/kotlin/pages/ContentNodes.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/main/kotlin/pages') 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 { -- cgit