Skip to content

Commit

Permalink
Revert "Add apache alias"
Browse files Browse the repository at this point in the history
  • Loading branch information
isagalaev committed Jul 22, 2018
1 parent 2fa07a1 commit e52c40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/apache.js
Expand Up @@ -10,7 +10,7 @@ Category: common, config
function(hljs) {
var NUMBER = {className: 'number', begin: '[\\$%]\\d+'};
return {
aliases: ['apacheconf', 'apache'],
aliases: ['apacheconf'],
case_insensitive: true,
contains: [
hljs.HASH_COMMENT_MODE,
Expand Down

0 comments on commit e52c40d

Please sign in to comment.