linguist-languages
Version:
Linguist languages.yml in JSON format
22 lines (21 loc) • 341 B
JavaScript
export default {
"name": "ApacheConf",
"type": "data",
"color": "#d12127",
"aliases": [
"aconf",
"apache"
],
"extensions": [
".apacheconf",
".vhost"
],
"filenames": [
".htaccess",
"apache2.conf",
"httpd.conf"
],
"tmScope": "source.apacheconf",
"aceMode": "apache_conf",
"languageId": 16
}