move highlight plugin to its own file

This commit is contained in:
Philipp Kühn
2019-02-06 15:09:12 +01:00
parent 59d37f5697
commit 71ab0e0c9d
3 changed files with 94 additions and 90 deletions

View File

@@ -27,3 +27,4 @@ export { default as History } from './extensions/History'
export { default as Placeholder } from './extensions/Placeholder'
export { default as Suggestions } from './plugins/Suggestions'
export { default as Highlight } from './plugins/Highlight'