summaryrefslogtreecommitdiffstats
path: root/src/doctokenizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/doctokenizer.h')
-rw-r--r--src/doctokenizer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doctokenizer.h b/src/doctokenizer.h
index c12e77e..f510c33 100644
--- a/src/doctokenizer.h
+++ b/src/doctokenizer.h
@@ -41,6 +41,7 @@ enum Tokens
TK_RCSTAG = 10,
TK_URL = 11,
TK_COMMAND_BS = 12, //! Command starting with `\`
+ TK_EMOJI = 13,
RetVal_OK = 0x10000,
RetVal_SimpleSec = 0x10001,