diff options
author | XhmikosR <xhmikosr@users.sourceforge.net> | 2010-11-16 15:16:57 +0000 |
---|---|---|
committer | XhmikosR <xhmikosr@users.sourceforge.net> | 2010-11-16 15:16:57 +0000 |
commit | bea4fd2d2d8ee99b52fbbb4ac2dd288da2af24ed (patch) | |
tree | e827764d9c0c9a77f814e48315177a1da9099cc8 /scintilla/src | |
parent | 8ece72d5e3b93645940fbd551da0855b2c4da703 (diff) | |
download | notepad2-mod-bea4fd2d2d8ee99b52fbbb4ac2dd288da2af24ed.zip notepad2-mod-bea4fd2d2d8ee99b52fbbb4ac2dd288da2af24ed.tar.gz notepad2-mod-bea4fd2d2d8ee99b52fbbb4ac2dd288da2af24ed.tar.bz2 |
link the AutoHotKey lexer (missed out when updated scintilla)
git-svn-id: https://notepad2-mod.googlecode.com/svn/trunk@205 28bd50df-7adb-d945-0439-6e466c6a13cc
Diffstat (limited to 'scintilla/src')
-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 7c2a8b2..638d2fe 100644 --- a/scintilla/src/Catalogue.cxx +++ b/scintilla/src/Catalogue.cxx @@ -84,6 +84,7 @@ int Scintilla_LinkLexers() { /* notepad2-mod custom code, comment out the unused lexers */
// LINK_LEXER(lmAbaqus);
// LINK_LEXER(lmAda);
+ LINK_LEXER(lmAHK);
// LINK_LEXER(lmAns1);
// LINK_LEXER(lmAPDL);
LINK_LEXER(lmAsm);
|