fix: hljs fallback (#283)

This commit is contained in:
Justice Almanzar 2022-12-03 05:32:14 -05:00 committed by GitHub
parent 62b2acebe6
commit 54010aab94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@
*/
import type { IThemedToken } from "@vap/shiki";
import { hljs } from "@webpack/common";
import { cl } from "../utils/misc";
import { ThemeBase } from "./Highlighter";