Unverified Commit 6b4228f1 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1711 from ethereum/yann300-patch-12

Update SourceHighlighters.js
parents 1ca57468 47ac61a5
...@@ -9,7 +9,8 @@ class SourceHighlighters { ...@@ -9,7 +9,8 @@ class SourceHighlighters {
profile () { profile () {
return { return {
name: 'source highlighters', displayName: 'source highlighters',
name: 'sourceHighlighters',
methods: ['highlight', 'discardHighlight'], methods: ['highlight', 'discardHighlight'],
description: 'service - highlight source code' description: 'service - highlight source code'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment