-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtiomap.json
More file actions
43 lines (43 loc) · 912 Bytes
/
Copy pathtiomap.json
File metadata and controls
43 lines (43 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"quick": {
"c#": "cs",
"c++": "cpp",
"csharp": "cs",
"f#": "fs",
"fsharp": "fs",
"js": "javascript",
"nimrod": "nim",
"py": "python",
"q#": "qs",
"sh": "bash"
},
"full": {
"ada": "ada-gnat",
"apl": "apl-dyalog-classic",
"assembly": "assembly-gcc",
"b": "ybc",
"c": "c-gcc",
"cobol": "cobol-gnu",
"cpp": "cpp-gcc",
"cs": "cs-core",
"erlang": "erlang-escript",
"euphoria": "euphoria4",
"fs": "fs-core",
"java": "java-jdk",
"javascript": "javascript-node",
"julia": "julia1x",
"k": "kona",
"kobeři-c": "koberi-c",
"objective-c": "objective-c-gcc",
"pascal": "pascal-fpc",
"perl": "perl6",
"pilot": "pilot-rpilot",
"postscript": "postscript-xpost",
"python": "python3",
"qs": "qs-core",
"snobol": "snobol4",
"sql": "sqlite",
"u6": "mu6",
"vb": "vb-core"
}
}