Skip to content

Commit

Permalink
Added/renamed more style-names from the highlightjs update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanaye committed Sep 10, 2016
1 parent 4d6a730 commit bc129d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/blocks/jsdebug.js
Original file line number Diff line number Diff line change
Expand Up @@ -811,15 +811,17 @@ var highlightjs = {
color: '#7b521e'
},
'hljs-keyword': {},
'hljs-string': {},
'hljs-string': {
color: '#e7635f'
},
'hljs-function': {},
'hljs-params': {},
'hljs-number': {},
'hljs-regexp': {},
'hljs-comment': {
color: '#888'
},
'hljs-attribute': {
'hljs-attr': {
color: '#2d8fd0'
},
'hljs-value': {
Expand Down

0 comments on commit bc129d7

Please sign in to comment.