UNPKG

codetainer

Version:

A clean and simple CLI to manage and store code snippets with ease.

19 lines (18 loc) 296 B
export const fileExtensions = { javascript: "js", typescript: "ts", python: "py", html: "html", css: "css", json: "json", bash: "sh", shell: "sh", markdown: "md", java: "java", c: "c", cpp: "cpp", ruby: "rb", php: "php", go: "go", rust: "rs", };