Skip to content
This repository was archived by the owner on Oct 9, 2021. It is now read-only.

Commit 01e900b

Browse files
committed
languages/default.json: add known languages
1 parent 3035a28 commit 01e900b

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

wakatime/languages/default.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
22
"actionscript": "ActionScript",
3+
"ada": "Ada",
4+
"agda": "Agda",
5+
"ansible": "Ansible",
36
"apacheconf": "ApacheConf",
47
"applescript": "AppleScript",
58
"asp": "ASP",
69
"assembly": "Assembly",
7-
"awk": "Awk",
10+
"autoconf": "Autoconf",
11+
"awk": "AWK",
812
"bash": "Bash",
913
"basic": "Basic",
14+
"bat": "Batch Script",
15+
"bibtex": "BibTeX",
1016
"brightscript": "BrightScript",
1117
"c": "C",
1218
"c#": "C#",
@@ -17,15 +23,24 @@
1723
"coldfusion": "ColdFusion",
1824
"coldfusion html": "ColdFusion",
1925
"common lisp": "Common Lisp",
26+
"coq": "Coq",
27+
"cperl": "cperl",
2028
"cshtml": "CSHTML",
2129
"css": "CSS",
30+
"cvs": "CVS",
2231
"dart": "Dart",
32+
"dcl": "DCL",
2333
"delphi": "Delphi",
34+
"dhall": "Dhall",
35+
"diff": "Diff",
36+
"doctex": "DocTeX",
2437
"elixir": "Elixir",
2538
"elm": "Elm",
2639
"emacs lisp": "Emacs Lisp",
2740
"erlang": "Erlang",
41+
"eshell": "Eshell",
2842
"f#": "F#",
43+
"fish": "Fish",
2944
"fortran": "Fortran",
3045
"gas": "Assembly",
3146
"go": "Go",
@@ -34,6 +49,7 @@
3449
"haml": "Haml",
3550
"haskell": "Haskell",
3651
"haxe": "Haxe",
52+
"hcl": "HCL",
3753
"html": "HTML",
3854
"ini": "INI",
3955
"jade": "Jade",
@@ -42,40 +58,58 @@
4258
"json": "JSON",
4359
"jsx": "JSX",
4460
"kotlin": "Kotlin",
61+
"latex": "LaTeX",
62+
"ld-script": "Linker Script",
4563
"less": "LESS",
4664
"lua": "Lua",
65+
"makefile": "Makefile",
66+
"man": "Man",
4767
"markdown": "Markdown",
4868
"matlab": "Matlab",
69+
"metafont": "Metafont",
70+
"metapost": "Metapost",
4971
"mustache": "Mustache",
72+
"nix": "Nix",
5073
"objective-c": "Objective-C",
5174
"objective-c++": "Objective-C++",
5275
"objective-j": "Objective-J",
5376
"ocaml": "OCaml",
77+
"org": "Org",
78+
"pascal": "Pascal",
5479
"perl": "Perl",
5580
"php": "PHP",
5681
"powershell": "PowerShell",
5782
"prolog": "Prolog",
5883
"puppet": "Puppet",
84+
"purescript": "PureScript",
5985
"python": "Python",
6086
"r": "R",
6187
"restructuredtext": "reStructuredText",
6288
"ruby": "Ruby",
6389
"rust": "Rust",
90+
"salt": "Salt",
6491
"sass": "Sass",
6592
"scala": "Scala",
6693
"scheme": "Scheme",
94+
"scribe": "Scribe",
6795
"scss": "SCSS",
96+
"sgml": "SGML",
6897
"shell": "Shell",
98+
"simula": "Simula",
6999
"slim": "Slim",
70100
"smalltalk": "Smalltalk",
101+
"smime": "S/MIME",
71102
"sql": "SQL",
72103
"swift": "Swift",
104+
"tex": "TeX",
73105
"text": "Text",
74106
"turing": "Turing",
75107
"twig": "Twig",
76108
"typescript": "TypeScript",
77109
"typoscript": "TypoScript",
78110
"vb.net": "VB.net",
111+
"verilog": "Verilog",
112+
"vhdl": "VHDL",
79113
"viml": "VimL",
80114
"xaml": "XAML",
81115
"xml": "XML",

0 commit comments

Comments
 (0)