diff options
Diffstat (limited to 'src/LexHTML.cxx')
-rw-r--r-- | src/LexHTML.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LexHTML.cxx b/src/LexHTML.cxx index 2f0c72851..41c30d735 100644 --- a/src/LexHTML.cxx +++ b/src/LexHTML.cxx @@ -1314,6 +1314,6 @@ static void ColouriseHyperTextDoc(unsigned int startPos, int length, int initSty } } -LexerModule lmHTML(SCLEX_HTML, ColouriseHyperTextDoc); -LexerModule lmXML(SCLEX_XML, ColouriseHyperTextDoc); +LexerModule lmHTML(SCLEX_HTML, ColouriseHyperTextDoc, "hypertext"); +LexerModule lmXML(SCLEX_XML, ColouriseHyperTextDoc, "xml"); |