supermemory/apps/web/lib/constants.ts
2024-08-05 21:25:11 +05:30

37 lines
398 B
TypeScript

export const codeLanguageSubset = [
"python",
"javascript",
"java",
"go",
"bash",
"c",
"cpp",
"csharp",
"css",
"diff",
"graphql",
"json",
"kotlin",
"less",
"lua",
"makefile",
"markdown",
"objectivec",
"perl",
"php",
"php-template",
"plaintext",
"python-repl",
"r",
"ruby",
"rust",
"scss",
"shell",
"sql",
"swift",
"typescript",
"vbnet",
"wasm",
"xml",
"yaml",
];