From 30476dbc273fea472a43d96d4e9f0be8bbe92f56 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Tue, 4 Aug 2026 03:45:00 +0200 Subject: [PATCH] chore(shiki): removed languages currently improbable to be part needed --- frontend/src/utils/highlighter.ts | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/frontend/src/utils/highlighter.ts b/frontend/src/utils/highlighter.ts index 38ec57a..b3a0f0d 100644 --- a/frontend/src/utils/highlighter.ts +++ b/frontend/src/utils/highlighter.ts @@ -20,7 +20,6 @@ const highlighterPromise = createHighlighter({ "sql", "diff", "docker", - "graphql", "go", "java", "kotlin", @@ -31,40 +30,16 @@ const highlighterPromise = createHighlighter({ "csharp", "php", "ruby", - "perl", "lua", - "haskell", - "scala", - "elixir", - "erlang", - "r", - "matlab", - "sass", "scss", - "less", "vue", "svelte", - "astro", - "solidity", "nix", "zig", - "ocaml", - "coq", - "lean", - "purescript", - "racket", - "scheme", - "clojure", - "common-lisp", "makefile", "cmake", "powershell", - "proto", - "prisma", - "terraform", - "hcl", "nginx", - "apache", "latex", "tex", ],