Skip to content

Commit

Permalink
rename to SyntaxHighlight
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Dec 13, 2022
1 parent 4e8acdd commit 30403c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/extend/highlight.js
@@ -1,6 +1,6 @@
'use strict';

class Highlight {
class SyntaxHighlight {
constructor() {
this.store = {};
}
Expand All @@ -26,4 +26,4 @@ class Highlight {
}
}

module.exports = Highlight;
module.exports = SyntaxHighlight;

0 comments on commit 30403c1

Please sign in to comment.