summaryrefslogtreecommitdiff
path: root/packages/frontend/src/scripts/code-highlighter.ts
diff options
context:
space:
mode:
authorzyoshoka <107108195+zyoshoka@users.noreply.github.com>2024-03-13 22:37:18 +0900
committerGitHub <noreply@github.com>2024-03-13 22:37:18 +0900
commit29f6ba6310e162d6e24c9075ddd6176c155a10e7 (patch)
tree25b053df007fe66add8969a8704d393b18920e05 /packages/frontend/src/scripts/code-highlighter.ts
parentrefactor(backend): UserEntityService.packMany()の高速化 (#13550) (diff)
downloadsharkey-29f6ba6310e162d6e24c9075ddd6176c155a10e7.tar.gz
sharkey-29f6ba6310e162d6e24c9075ddd6176c155a10e7.tar.bz2
sharkey-29f6ba6310e162d6e24c9075ddd6176c155a10e7.zip
chore: add missing SPDX ID and workflow check (#13570)
* chore: add workflow which checks if SPDX ID exists * chore: add missing SPDX ID in some files * chore: change trigger condition * chore: trigger on push * lint
Diffstat (limited to 'packages/frontend/src/scripts/code-highlighter.ts')
-rw-r--r--packages/frontend/src/scripts/code-highlighter.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/frontend/src/scripts/code-highlighter.ts b/packages/frontend/src/scripts/code-highlighter.ts
index 2733897bab..5dd0a3be78 100644
--- a/packages/frontend/src/scripts/code-highlighter.ts
+++ b/packages/frontend/src/scripts/code-highlighter.ts
@@ -1,3 +1,8 @@
+/*
+ * SPDX-FileCopyrightText: syuilo and misskey-project
+ * SPDX-License-Identifier: AGPL-3.0-only
+ */
+
import { bundledThemesInfo } from 'shiki';
import { getHighlighterCore, loadWasm } from 'shiki/core';
import darkPlus from 'shiki/themes/dark-plus.mjs';