You've already forked Epicnabbo-Catalogus-Updated-Daily
22 lines
365 B
JSON
22 lines
365 B
JSON
{
|
|
"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
|
|
}
|