diff options
Diffstat (limited to 'src/types')
-rw-r--r-- | src/types/enums.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/types/enums.nim b/src/types/enums.nim index e257e579..3d79091b 100644 --- a/src/types/enums.nim +++ b/src/types/enums.nim @@ -84,6 +84,9 @@ type DrawInstructionType* = enum DRAW_TEXT, DRAW_GOTO, DRAW_FGCOLOR, DRAW_BGCOLOR, DRAW_STYLE, DRAW_RESET + FormatContextType* = enum + CONTEXT_BLOCK, CONTEXT_INLINE + const SelfClosingTagTypes* = { TAG_LI, TAG_P } |