linguist-languages
Version:
Linguist languages data
15 lines (14 loc) • 335 B
text/typescript
declare const _: {
name: 'Nginx'
type: 'data'
color: '#009639'
extensions: ['.nginx', '.nginxconf', '.vhost']
tmScope: 'source.nginx'
aceMode: 'text'
languageId: 248
aliases: ['nginx configuration file']
codemirrorMode: 'nginx'
codemirrorMimeType: 'text/x-nginx-conf'
filenames: ['nginx.conf']
}
export default _