mirror of
https://github.com/kotaindah55/extended-markdown-syntax.git
synced 2026-07-22 05:38:06 +00:00
feat: add CharPos type
This commit is contained in:
parent
240c86b620
commit
1de32ca303
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { Parser } from "src/editor-mode/parser";
|
|||
import { Format, TokenRole, TokenStatus } from "src/enums";
|
||||
import { createHlDeco } from "src/editor-mode/decorator/utils";
|
||||
import { AlignDeco, AlignMarkDeco, ColorTagDeco, ContentDeco, DelimDeco, RevealedSpoiler } from "src/editor-mode/decorator/decorations";
|
||||
import { AlignFormat, MainFormat } from "src/types";
|
||||
import { AlignFormat, CharPos, MainFormat } from "src/types";
|
||||
import { ColorButton } from "src/editor-mode/decorator/widgets";
|
||||
|
||||
/** Decoration builder (excludes omitted delimiter), should be attached to `ExtendedSyntax` */
|
||||
|
|
|
|||
Loading…
Reference in a new issue