UNPKG

885 BJavaScriptView Raw
1export default {
2 "name": "JSON",
3 "type": "data",
4 "color": "#292929",
5 "tmScope": "source.json",
6 "aceMode": "json",
7 "codemirrorMode": "javascript",
8 "codemirrorMimeType": "application/json",
9 "aliases": [
10 "geojson",
11 "jsonl",
12 "topojson"
13 ],
14 "extensions": [
15 ".json",
16 ".4DForm",
17 ".4DProject",
18 ".avsc",
19 ".geojson",
20 ".gltf",
21 ".har",
22 ".ice",
23 ".JSON-tmLanguage",
24 ".jsonl",
25 ".mcmeta",
26 ".tfstate",
27 ".tfstate.backup",
28 ".topojson",
29 ".webapp",
30 ".webmanifest",
31 ".yy",
32 ".yyp"
33 ],
34 "filenames": [
35 ".all-contributorsrc",
36 ".arcconfig",
37 ".auto-changelog",
38 ".c8rc",
39 ".htmlhintrc",
40 ".imgbotconfig",
41 ".nycrc",
42 ".tern-config",
43 ".tern-project",
44 ".watchmanconfig",
45 "Pipfile.lock",
46 "composer.lock",
47 "flake.lock",
48 "mcmod.info"
49 ],
50 "languageId": 174
51}