Skip to content

Commit

Permalink
lang.json add all languages
Browse files Browse the repository at this point in the history
  • Loading branch information
Datcoollz committed Mar 29, 2019
1 parent 068adb4 commit ebe95d1
Showing 1 changed file with 74 additions and 0 deletions.
74 changes: 74 additions & 0 deletions src/strings/lang.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"ada": "Ada",
"adb": "Ada",
"c": "C",
"cc": "C++",
"cpp": "C++",
"cxx": "C++",
"h": "C header",
"hpp": "C++ header",
"hxx": "C++ header",
"ino": "Arduino C++ module",
"cljs": "Clojure",
"CBL": "cobol",
"COB": "cobol",
"coffee": "Coffee",
"cf": "Coffee",
"cson": "Coffee",
"cfm": "Coldfusion",
"cs": "C#",
"d": "D",
"di": "D",
"dart": "Dart",
"e": "eiffel",
"ge": "eiffel",
"ejs": "Embedded JavaScript templates",
"erl": "Erlang",
"hrl": "Erlang",
"f": "Fortran",
"f90": "Fortran",
"go": "Golang",
"groovy": "Groovy",
"hs": "Haskell",
"hx": "Haxe",
"java": "Java",
"js": "JavaScript",
"jsm": "JavaScript",
"jsx": "JSX",
"jl": "Julia",
"kt": "Kotlin",
"kts": "Kotlin",
"lisp": "Lisp",
"ls": "Livescrip",
"lua": "Lua",
"matlab": "Matlab",
"m": "Objective C",
"mm": "Objective C",
"pas": "Pascal",
"P": "Pascal",
"php": "PHP",
"inc": "PHP",
"phtml": "PHP",
"shtml": "PHP",
"php3": "PHP",
"php4": "PHP",
"php5": "PHP",
"phps": "PHP",
"phpt": "PHP",
"aw": "PHP",
"ctp": "PHP",
"module": "PHP",
"ps1": "Powershell",
"py": "Python",
"r": "R",
"rb": "Ruby",
"ru": "Ruby",
"gemspec": "Ruby",
"rake": "Ruby",
"rs": "Rust",
"scala": "Scala",
"swift": "Swift",
"ts": "Typescript",
"typescript": "Typescript",
"str": "Typescript"
}

0 comments on commit ebe95d1

Please sign in to comment.