From 542b0fbde9c340e7963a0dc407f32289de9ceb56 Mon Sep 17 00:00:00 2001 From: dvelo <52332868+DeveloLongScript@users.noreply.github.com> Date: Sun, 22 Sep 2024 02:12:10 -0500 Subject: [PATCH] Add C and Swift as valid languages (#23) --- src/util/highlighting.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/highlighting.ts b/src/util/highlighting.ts index c6a3879..60818b7 100644 --- a/src/util/highlighting.ts +++ b/src/util/highlighting.ts @@ -15,6 +15,8 @@ export const languages = { 'rust', 'sql', 'go', + 'swift', + 'c' ], web: ['html', 'css', 'scss', 'php', 'graphql'], misc: ['dockerfile', 'markdown', 'proto'],