aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2004-07-26 13:01:55 +0000
committernyamatongwe <devnull@localhost>2004-07-26 13:01:55 +0000
commit6867514ba1c704c8453b2b59ca49e33658638d9e (patch)
tree95173cb190ea5f7896e4ffd0b5807d266d578ffb /src
parentfd08577ed23ad7ed42e3e85b46e1e04733cbb8ac (diff)
downloadscintilla-mirror-6867514ba1c704c8453b2b59ca49e33658638d9e.tar.gz
Added ASN.1 lexer by Herr Pfarrer.
Diffstat (limited to 'src')
-rw-r--r--src/KeyWords.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx
index def79f6ec..c137c1bcb 100644
--- a/src/KeyWords.cxx
+++ b/src/KeyWords.cxx
@@ -132,6 +132,7 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmAda);
LINK_LEXER(lmAPDL);
LINK_LEXER(lmAsm);
+ LINK_LEXER(lmAns1);
LINK_LEXER(lmAU3);
LINK_LEXER(lmAVE);
LINK_LEXER(lmBaan);