mirror of
https://github.com/kotaindah55/extended-markdown-syntax.git
synced 2026-07-22 05:38:06 +00:00
refactor: suffice with processCursor at parseLine
processCursor will be executed within parseLine method, precisely it will be executed at the beginning of each parseLine call.
This commit is contained in:
parent
78cbdfcdaa
commit
0e656fef28
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue