We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d143a6 commit d6b6d01Copy full SHA for d6b6d01
src/commands.ts
@@ -1,5 +1,5 @@
1
import {EditorState, StateCommand, EditorSelection, SelectionRange,
2
- StateEffect, ChangeSpec, Transaction, CharCategory,
+ StateEffect, ChangeSpec, Transaction,
3
findClusterBreak, Text, Line, countColumn, CharCategory} from "@codemirror/state"
4
import {EditorView, Command, Direction, KeyBinding} from "@codemirror/view"
5
import {syntaxTree, IndentContext, getIndentUnit, indentUnit, indentString,
0 commit comments