Files
2025-12-03 21:28:08 +00:00

13 lines
294 B
TypeScript
Executable File

declare const _: {
name: 'ApacheConf'
type: 'data'
aceMode: 'apache_conf'
extensions: ['.apacheconf', '.vhost']
filenames: ['.htaccess', 'apache2.conf', 'httpd.conf']
languageId: 16
tmScope: 'source.apacheconf'
aliases: ['aconf', 'apache']
color: '#d12127'
}
export default _