linguist-languages
Version:
Linguist languages.yml in JSON format
58 lines (57 loc) • 990 B
JavaScript
module.exports = {
"name": "JSON",
"type": "data",
"color": "#292929",
"tmScope": "source.json",
"aceMode": "json",
"codemirrorMode": "javascript",
"codemirrorMimeType": "application/json",
"aliases": [
"geojson",
"jsonl",
"sarif",
"topojson"
],
"extensions": [
".json",
".4DForm",
".4DProject",
".avsc",
".geojson",
".gltf",
".har",
".ice",
".JSON-tmLanguage",
".json.example",
".jsonl",
".mcmeta",
".sarif",
".tact",
".tfstate",
".tfstate.backup",
".topojson",
".webapp",
".webmanifest",
".yy",
".yyp"
],
"filenames": [
".all-contributorsrc",
".arcconfig",
".auto-changelog",
".c8rc",
".htmlhintrc",
".imgbotconfig",
".nycrc",
".tern-config",
".tern-project",
".watchmanconfig",
"MODULE.bazel.lock",
"Pipfile.lock",
"composer.lock",
"deno.lock",
"flake.lock",
"mcmod.info"
],
"languageId": 174
}