Skip to content

Instantly share code, notes, and snippets.

@yroc92
Last active January 16, 2024 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yroc92/300e2a6276ea54fbd22a15a02b43b52b to your computer and use it in GitHub Desktop.
Save yroc92/300e2a6276ea54fbd22a15a02b43b52b to your computer and use it in GitHub Desktop.
Convert file extensions to Langchain programming language
{
"cpp": "cpp",
"c++": "cpp",
"cc": "cpp",
"cp": "cpp",
"cxx": "cpp",
"h": "cpp",
"h++": "cpp",
"hh": "cpp",
"hpp": "cpp",
"hxx": "cpp",
"inc": "html",
"inl": "cpp",
"ipp": "cpp",
"tcc": "cpp",
"tpp": "cpp",
"go": "go",
"java": "java",
"js": "js",
"_js": "js",
"bones": "js",
"es": "js",
"es6": "js",
"frag": "js",
"gs": "js",
"jake": "js",
"jsb": "js",
"jscad": "js",
"jsfl": "js",
"jsm": "js",
"jss": "js",
"njs": "js",
"pac": "js",
"sjs": "js",
"ssjs": "js",
"sublime-build": "js",
"sublime-commands": "js",
"sublime-completions": "js",
"sublime-keymap": "js",
"sublime-macro": "js",
"sublime-menu": "js",
"sublime-mousemap": "js",
"sublime-project": "js",
"sublime-settings": "js",
"sublime-theme": "js",
"sublime-workspace": "js",
"sublime_metrics": "js",
"sublime_session": "js",
"xsjs": "js",
"xsjslib": "js",
"php": "php",
"aw": "php",
"ctp": "php",
"fcgi": "ruby",
"php3": "php",
"php4": "php",
"php5": "php",
"phps": "php",
"phpt": "php",
"proto": "proto",
"py": "python",
"bzl": "python",
"cgi": "python",
"gyp": "python",
"lmi": "python",
"pyde": "python",
"pyp": "python",
"pyt": "python",
"pyw": "python",
"rpy": "python",
"tac": "python",
"wsgi": "python",
"xpy": "python",
"rst": "rst",
"rest": "rst",
"rest.txt": "rst",
"rst.txt": "rst",
"rb": "ruby",
"builder": "ruby",
"gemspec": "ruby",
"god": "ruby",
"irbrc": "ruby",
"jbuilder": "ruby",
"mspec": "ruby",
"pluginspec": "ruby",
"podspec": "ruby",
"rabl": "ruby",
"rake": "ruby",
"rbuild": "ruby",
"rbw": "ruby",
"rbx": "ruby",
"ru": "ruby",
"ruby": "ruby",
"thor": "ruby",
"watchr": "ruby",
"rs": "rust",
"rs.in": "rust",
"scala": "scala",
"sbt": "scala",
"sc": "scala",
"swift": "swift",
"md": "markdown",
"markdown": "markdown",
"mkd": "markdown",
"mkdn": "markdown",
"mkdown": "markdown",
"ron": "markdown",
"tex": "latex",
"html": "html",
"htm": "html",
"html.hl": "html",
"st": "html",
"xht": "html",
"xhtml": "html",
"sol": "sol"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment