add basic enter command

This commit is contained in:
Philipp Kühn
2021-02-09 10:06:13 +01:00
parent 2bd3033207
commit e8232dd737
4 changed files with 81 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ import * as command from '../commands/command'
import * as createParagraphNear from '../commands/createParagraphNear'
import * as deleteRange from '../commands/deleteRange'
import * as deleteSelection from '../commands/deleteSelection'
import * as enter from '../commands/enter'
import * as exitCode from '../commands/exitCode'
import * as extendMarkRange from '../commands/extendMarkRange'
import * as first from '../commands/first'
@@ -55,6 +56,7 @@ export const Commands = Extension.create({
...createParagraphNear,
...deleteRange,
...deleteSelection,
...enter,
...exitCode,
...extendMarkRange,
...first,