added dictionary
This commit is contained in:
73
app/components/TextEditor/LanguageSelector/languages.tsx
Normal file
73
app/components/TextEditor/LanguageSelector/languages.tsx
Normal file
@@ -0,0 +1,73 @@
|
||||
// interface of supported languages what are available at https://github.com/microsoft/monaco-editor/tree/main/src/basic-languages
|
||||
export const languages = {
|
||||
abap: "ABAP",
|
||||
apex: "Apex",
|
||||
azcli: "Azure CLI",
|
||||
bat: "Batch",
|
||||
cameligo: "Cameligo",
|
||||
clojure: "Clojure",
|
||||
coffee: "CoffeeScript",
|
||||
cpp: "C++",
|
||||
csharp: "C#",
|
||||
csp: "CSP",
|
||||
css: "CSS",
|
||||
dart: "Dart",
|
||||
dockerfile: "Dockerfile",
|
||||
ebnf: "EBNF",
|
||||
fsharp: "F#",
|
||||
go: "Go",
|
||||
graphql: "GraphQL",
|
||||
handlebars: "Handlebars",
|
||||
hcl: "HCL",
|
||||
html: "HTML",
|
||||
ini: "INI",
|
||||
java: "Java",
|
||||
javascript: "JavaScript",
|
||||
json: "JSON",
|
||||
julia: "Julia",
|
||||
kotlin: "Kotlin",
|
||||
less: "Less",
|
||||
lexon: "Lexon",
|
||||
lua: "Lua",
|
||||
markdown: "Markdown",
|
||||
mips: "MIPS",
|
||||
msdax: "MSDAX",
|
||||
mysql: "MySQL",
|
||||
objectivec: "Objective-C",
|
||||
pascal: "Pascal",
|
||||
pascaligo: "Pascaligo",
|
||||
perl: "Perl",
|
||||
pgsql: "PL/pgSQL",
|
||||
php: "PHP",
|
||||
plaintext: "Plain Text",
|
||||
postiats: "Postiats",
|
||||
powerquery: "Power Query",
|
||||
powershell: "PowerShell",
|
||||
pug: "Pug",
|
||||
python: "Python",
|
||||
r: "R",
|
||||
razor: "Razor",
|
||||
redis: "Redis",
|
||||
redshift: "Redshift",
|
||||
restructuredtext: "reStructuredText",
|
||||
ruby: "Ruby",
|
||||
rust: "Rust",
|
||||
sb: "SB",
|
||||
scala: "Scala",
|
||||
scheme: "Scheme",
|
||||
scss: "SCSS",
|
||||
shell: "Shell",
|
||||
solidity: "Solidity",
|
||||
sql: "SQL",
|
||||
st: "ST",
|
||||
swift: "Swift",
|
||||
systemverilog: "SystemVerilog",
|
||||
tcl: "Tcl",
|
||||
twig: "Twig",
|
||||
typescript: "TypeScript",
|
||||
vb: "VB",
|
||||
vba: "VBA",
|
||||
verilog: "Verilog",
|
||||
xml: "XML",
|
||||
yaml: "YAML",
|
||||
};
|
||||
Reference in New Issue
Block a user