linguist-languages
Version:
Linguist languages.yml in JSON format
22 lines (21 loc) • 382 B
JavaScript
module.exports = {
"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
}