diff options
author | XhmikosR <xhmikosr@users.sourceforge.net> | 2013-12-30 13:30:16 +0200 |
---|---|---|
committer | XhmikosR <xhmikosr@users.sourceforge.net> | 2013-12-30 13:30:16 +0200 |
commit | 9600f8fc79058f6b9f65019faa5f2ecf9719be8b (patch) | |
tree | 914483cdee75d28f8243791ea80c81600d57c4f7 | |
parent | d2d8e3917bb576b1c387dfa6ad714b0c37cc2953 (diff) | |
download | notepad2-mod-9600f8fc79058f6b9f65019faa5f2ecf9719be8b.zip notepad2-mod-9600f8fc79058f6b9f65019faa5f2ecf9719be8b.tar.gz notepad2-mod-9600f8fc79058f6b9f65019faa5f2ecf9719be8b.tar.bz2 |
Put back AHK lexer in Catalogue.cxx.
It was missing after 89d33e9accdf452ddb421b2967db26e3ebb52e06
-rw-r--r-- | scintilla/src/Catalogue.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scintilla/src/Catalogue.cxx b/scintilla/src/Catalogue.cxx index 2a972b9..c6d7eb6 100644 --- a/scintilla/src/Catalogue.cxx +++ b/scintilla/src/Catalogue.cxx @@ -79,6 +79,7 @@ int Scintilla_LinkLexers() { //LINK_LEXER(lmA68k);
//LINK_LEXER(lmAbaqus);
//LINK_LEXER(lmAda);
+ LINK_LEXER(lmAHK);
//LINK_LEXER(lmAPDL);
LINK_LEXER(lmAsm);
//LINK_LEXER(lmAsn1);
|