linguist-languages
Version:
Linguist languages data
55 lines (54 loc) • 991 B
JavaScript
module.exports = {
name: 'JSON',
type: 'data',
color: '#292929',
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',
],
tmScope: 'source.json',
aceMode: 'json',
languageId: 174,
aliases: ['geojson', 'jsonl', 'sarif', 'topojson'],
codemirrorMode: 'javascript',
codemirrorMimeType: 'application/json',
filenames: [
'.all-contributorsrc',
'.arcconfig',
'.auto-changelog',
'.c8rc',
'.htmlhintrc',
'.imgbotconfig',
'.nycrc',
'.tern-config',
'.tern-project',
'.watchmanconfig',
'MODULE.bazel.lock',
'Package.resolved',
'Pipfile.lock',
'bun.lock',
'composer.lock',
'deno.lock',
'flake.lock',
'mcmod.info',
],
}