Text editor (WIP)

This commit is contained in:
GhostedGaming 2024-12-24 21:51:56 -05:00
parent ac2ceb4c78
commit c49999a315
6 changed files with 229 additions and 0 deletions

View file

@ -0,0 +1,20 @@
export const languageOptions = [
{
id: 63,
name: "JavaScript (Node.js 12.14.0)",
label: "JavaScript (Node.js 12.14.0)",
value: "javascript",
},
{
id: 45,
name: "Assembly (NASM 2.14.02)",
label: "Assembly (NASM 2.14.02)",
value: "assembly",
},
{
id: 84,
name: "Visual Basic.Net (vbnc 0.0.0.5943)",
label: "Visual Basic.Net (vbnc 0.0.0.5943)",
value: "vbnet",
},
];