UNPKG

346 BJavaScriptView Raw
1module.exports = {
2 "name": "ApacheConf",
3 "type": "data",
4 "color": "#d12127",
5 "aliases": [
6 "aconf",
7 "apache"
8 ],
9 "extensions": [
10 ".apacheconf",
11 ".vhost"
12 ],
13 "filenames": [
14 ".htaccess",
15 "apache2.conf",
16 "httpd.conf"
17 ],
18 "tmScope": "source.apache-config",
19 "aceMode": "apache_conf",
20 "languageId": 16
21}