From 9c7804935980fcbcd1fae058c94405e1e323ca57 Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Thu, 20 Feb 2025 14:02:42 +0800 Subject: [PATCH] feat(lsp): add supported languages with icons for C and C++ --- src/constants/language.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/constants/language.tsx diff --git a/src/constants/language.tsx b/src/constants/language.tsx new file mode 100644 index 0000000..a121149 --- /dev/null +++ b/src/constants/language.tsx @@ -0,0 +1,16 @@ +import { COriginal, CplusplusOriginal } from 'devicons-react' + +export const SUPPORTED_LANGUAGES = [ + { + id: "c", + label: "C", + icon: