Skip to content

Commit

Permalink
Clear up some of the variant commment in diff
Browse files Browse the repository at this point in the history
  • Loading branch information
sourrust committed Jun 4, 2016
1 parent d2b6bb2 commit da482f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/languages/diff.js
Expand Up @@ -23,9 +23,9 @@ function(hljs) {
variants: [
{begin: /Index: /, end: /$/},
{begin: /={3,}/, end: /$/},
{begin: /^\-\-\-/, end: /$/},
{begin: /^\-{3}/, end: /$/},
{begin: /^\*{3} /, end: /$/},
{begin: /^\+\+\+/, end: /$/},
{begin: /^\+{3}/, end: /$/},
{begin: /\*{5}/, end: /\*{5}$/}
]
},
Expand Down

0 comments on commit da482f8

Please sign in to comment.