-
Notifications
You must be signed in to change notification settings - Fork 3
/
syntaxes.json
70 lines (70 loc) · 1.48 KB
/
syntaxes.json
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[
{
"id": "c",
"path": "cpp/syntaxes/c.tmLanguage.json"
},
{
"id": "cpp",
"path": "cpp/syntaxes/cpp.tmLanguage.json"
},
{
"id": "csharp",
"path": "csharp/syntaxes/csharp.tmLanguage.json"
},
{
"id": "go",
"path": "go/syntaxes/go.tmLanguage.json"
},
{
"id": "html",
"path": "html/syntaxes/html.tmLanguage.json"
},
{
"id": "java",
"path": "java/syntaxes/java.tmLanguage.json"
},
{
"id": "js",
"path": "javascript/syntaxes/JavaScript.tmLanguage.json"
},
{
"id": "json",
"path": "json/syntaxes/JSON.tmLanguage.json"
},
{
"id": "perl",
"path": "perl/syntaxes/perl.tmLanguage.json"
},
{
"id": "perl.6",
"path": "perl/syntaxes/perl6.tmLanguage.json"
},
{
"id": "php",
"path": "php/syntaxes/php.tmLanguage.json"
},
{
"id": "python",
"path": "python/syntaxes/MagicPython.tmLanguage.json"
},
{
"id": "r",
"path": "r/syntaxes/r.tmLanguage.json"
},
{
"id": "ruby",
"path": "ruby/syntaxes/ruby.tmLanguage.json"
},
{
"id": "rust",
"path": "rust/syntaxes/rust.tmLanguage.json"
},
{
"id": "swift",
"path": "swift/syntaxes/swift.tmLanguage.json"
},
{
"id": "ts",
"path": "typescript-basics/syntaxes/TypeScript.tmLanguage.json"
}
]