diff --git a/src/editor-mode/parser/Parser.ts b/src/editor-mode/parser/Parser.ts index f9db2bc..6ebf20e 100644 --- a/src/editor-mode/parser/Parser.ts +++ b/src/editor-mode/parser/Parser.ts @@ -37,7 +37,6 @@ export class Parser { Tokenizer.colorTag(state); } state.resolveContext(); - state.processCursor(); do { this.parseLine() } while (state.nextLine()) this.queue.clear(); this.removeState();