]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathParser_flags.h
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / MathParser_flags.h
index 9c9c4a3b95e7f204f27d5ed3adca3552655fdb03..ae516d11f9b0245f0fe55b4aaac43d377637955c 100644 (file)
@@ -23,12 +23,14 @@ enum flags {
        TEXTMODE = 0x01,
        /// Parse verbatim.
        VERBATIM = 0x02,
-       /// Quiet operation (no warnigs or errors).
+       /// Quiet operation (no warnings or errors).
        QUIET = 0x04,
        /// Wrap unicode symbols in \text{}.
        USETEXT = 0x08,
        /// Track macro creation while loading a document
-       TRACKMACRO = 0x10
+       TRACKMACRO = 0x10,
+       /// Parse a macro definition
+       MACRODEF = 0x20
 };