Skip to content

Commit

Permalink
Merge branch 'ruby-unless'
Browse files Browse the repository at this point in the history
  • Loading branch information
isagalaev committed Apr 3, 2017
2 parents 98aae60 + f212027 commit 8a70d75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/languages/ruby.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ function(hljs) {
},
{ // regexp container
begin: '(' + hljs.RE_STARTERS_RE + '|unless)\\s*',
keywords: 'unless',
contains: [
IRB_OBJECT,
{
Expand Down

0 comments on commit 8a70d75

Please sign in to comment.