Skip to content

Commit

Permalink
Revert "Illegalize a simple "=" in nginx directives. I have no idea w…
Browse files Browse the repository at this point in the history
…hy there was"

This reverts commit bffdc4a.
  • Loading branch information
isagalaev committed Aug 9, 2012
1 parent bffdc4a commit 8fdc6c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/languages/nginx.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ function(hljs) {
}
];
var DEFAULT = {
className: 'default',
endsWithParent: true,
lexems: '[a-z/_]+',
keywords: {
Expand All @@ -26,7 +25,7 @@ function(hljs) {
'select break last permanent redirect kqueue rtsig epoll poll /dev/poll'
},
relevance: 0,
illegal: '=',
illegal: '=>',
contains: [
hljs.HASH_COMMENT_MODE,
{
Expand Down

0 comments on commit 8fdc6c6

Please sign in to comment.