mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +00:00
feat(config): add LANGUAGES constant for language enum values
This commit is contained in:
parent
f6ed0baaf0
commit
0e3daefe48
3
src/config/language.ts
Normal file
3
src/config/language.ts
Normal file
@ -0,0 +1,3 @@
|
||||
import { Language } from "@/generated/client";
|
||||
|
||||
export const LANGUAGES = Object.values(Language);
|
Loading…
Reference in New Issue
Block a user