linguist-languages
Version:
Linguist languages.yml in JSON format
23 lines (22 loc) • 393 B
TypeScript
declare const _: {
"name": "Nginx",
"type": "data",
"color": "#009639",
"extensions": [
".nginx",
".nginxconf",
".vhost"
],
"filenames": [
"nginx.conf"
],
"tmScope": "source.nginx",
"aliases": [
"nginx configuration file"
],
"aceMode": "text",
"codemirrorMode": "nginx",
"codemirrorMimeType": "text/x-nginx-conf",
"languageId": 248
}
export = _