Files
rspade_system/node_modules/linguist-languages/data/ApacheConf.js
2025-12-03 21:28:08 +00:00

12 lines
286 B
JavaScript
Executable File

module.exports = {
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',
}