diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2022-09-20 14:42:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-20 14:42:28 +0200 |
commit | c63ec458e94c6236a0002333d852aaa838beaf1e (patch) | |
tree | de50b7f942f4bbb20ca0f97818e9fcfdaa7bf03c /plugins/base/src/test/kotlin/content | |
parent | e88a21e933ca7cb58898c924afe53e08130abfe9 (diff) | |
download | dokka-c63ec458e94c6236a0002333d852aaa838beaf1e.tar.gz dokka-c63ec458e94c6236a0002333d852aaa838beaf1e.tar.bz2 dokka-c63ec458e94c6236a0002333d852aaa838beaf1e.zip |
Update `prism.js` to match new webhelp highlight colors (#2670)
Diffstat (limited to 'plugins/base/src/test/kotlin/content')
-rw-r--r-- | plugins/base/src/test/kotlin/content/HighlightingTest.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/base/src/test/kotlin/content/HighlightingTest.kt b/plugins/base/src/test/kotlin/content/HighlightingTest.kt index 39acd2ca..0896e7b7 100644 --- a/plugins/base/src/test/kotlin/content/HighlightingTest.kt +++ b/plugins/base/src/test/kotlin/content/HighlightingTest.kt @@ -76,4 +76,4 @@ class HighlightingTest : BaseAbstractTest() { } } } -}
\ No newline at end of file +} |