linguist-languages
Version:
Linguist languages data
14 lines (12 loc) • 403 B
TypeScript
declare const _: {
readonly name: 'ApacheConf'
readonly type: 'data'
readonly aceMode: 'apache_conf'
readonly extensions: readonly ['.apacheconf', '.vhost']
readonly filenames: readonly ['.htaccess', 'apache2.conf', 'httpd.conf']
readonly languageId: 16
readonly tmScope: 'source.apacheconf'
readonly aliases: readonly ['aconf', 'apache']
readonly color: '#d12127'
}
export default _