module.exports = { name: 'Nginx', type: 'data', aceMode: 'nginx', extensions: ['.nginx', '.nginxconf', '.vhost'], filenames: ['nginx.conf'], languageId: 248, tmScope: 'source.nginx', aliases: ['nginx configuration file'], codemirrorMode: 'nginx', codemirrorMimeType: 'text/x-nginx-conf', color: '#009639', }