aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <unknown>2004-07-26 13:01:55 +0000
committernyamatongwe <unknown>2004-07-26 13:01:55 +0000
commitd0f5c05058b5881e02a094cffc68cf84490af66e (patch)
tree95173cb190ea5f7896e4ffd0b5807d266d578ffb /src
parent65b5ea19c83b21369bfdf2d9b177d49c6c2b1e96 (diff)
downloadscintilla-mirror-d0f5c05058b5881e02a094cffc68cf84490af66e.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);