rename all extensions (drop suffix)

This commit is contained in:
Philipp Kühn
2018-10-24 07:46:47 +02:00
parent 787892dd4c
commit 6b03315e59
41 changed files with 344 additions and 344 deletions

View File

@@ -61,7 +61,7 @@ function getDecorations(doc) {
return DecorationSet.create(doc, decorations)
}
export default class CodeBlockHighlightNode extends Node {
export default class CodeBlockHighlight extends Node {
constructor(options = {}) {
super(options)