Skip to content

Commit

Permalink
rename to syntax_highlight.js
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Dec 14, 2022
1 parent 30403c1 commit 46021e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/extend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Deployer = require('./deployer');
const Filter = require('./filter');
const Generator = require('./generator');
const Helper = require('./helper');
const Highlight = require('./highlight');
const Highlight = require('./syntax_highlight');
const Injector = require('./injector');
const Migrator = require('./migrator');
const Processor = require('./processor');
Expand Down
File renamed without changes.

0 comments on commit 46021e0

Please sign in to comment.