aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexOthers.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/LexOthers.cxx')
-rw-r--r--src/LexOthers.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/LexOthers.cxx b/src/LexOthers.cxx
index 2c9c3e444..efc4dafd6 100644
--- a/src/LexOthers.cxx
+++ b/src/LexOthers.cxx
@@ -521,9 +521,9 @@ static void ColouriseLatexDoc(unsigned int startPos, int length, int initStyle,
styler.ColourTo(lengthDoc, state);
}
-LexerModule lmBatch(SCLEX_BATCH, ColouriseBatchDoc, "batch");
-LexerModule lmDiff(SCLEX_DIFF, ColouriseDiffDoc, "diff");
-LexerModule lmProps(SCLEX_PROPERTIES, ColourisePropsDoc, "props");
-LexerModule lmMake(SCLEX_MAKEFILE, ColouriseMakeDoc, "makefile");
-LexerModule lmErrorList(SCLEX_ERRORLIST, ColouriseErrorListDoc, "errorlist");
-LexerModule lmLatex(SCLEX_LATEX, ColouriseLatexDoc, "latex");
+const LexerModule lmBatch(SCLEX_BATCH, ColouriseBatchDoc, "batch");
+const LexerModule lmDiff(SCLEX_DIFF, ColouriseDiffDoc, "diff");
+const LexerModule lmProps(SCLEX_PROPERTIES, ColourisePropsDoc, "props");
+const LexerModule lmMake(SCLEX_MAKEFILE, ColouriseMakeDoc, "makefile");
+const LexerModule lmErrorList(SCLEX_ERRORLIST, ColouriseErrorListDoc, "errorlist");
+const LexerModule lmLatex(SCLEX_LATEX, ColouriseLatexDoc, "latex");