aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--lexers/LexAsn1.cxx2
-rw-r--r--src/Catalogue.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/lexers/LexAsn1.cxx b/lexers/LexAsn1.cxx
index 3545b3fa9..120b8954b 100644
--- a/lexers/LexAsn1.cxx
+++ b/lexers/LexAsn1.cxx
@@ -185,4 +185,4 @@ static const char * const asn1WordLists[] = {
0, };
-LexerModule lmAns1(SCLEX_ASN1, ColouriseAsn1Doc, "asn1", FoldAsn1Doc, asn1WordLists);
+LexerModule lmAsn1(SCLEX_ASN1, ColouriseAsn1Doc, "asn1", FoldAsn1Doc, asn1WordLists);
diff --git a/src/Catalogue.cxx b/src/Catalogue.cxx
index 84d003e08..1a5630443 100644
--- a/src/Catalogue.cxx
+++ b/src/Catalogue.cxx
@@ -84,9 +84,9 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmA68k);
LINK_LEXER(lmAbaqus);
LINK_LEXER(lmAda);
- LINK_LEXER(lmAns1);
LINK_LEXER(lmAPDL);
LINK_LEXER(lmAsm);
+ LINK_LEXER(lmAsn1);
LINK_LEXER(lmASY);
LINK_LEXER(lmAU3);
LINK_LEXER(lmAVE);