aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-09-10 04:47:11 +0000
committernyamatongwe <unknown>2002-09-10 04:47:11 +0000
commitf662ef1710c5068766eb988aa564f020b5ce39ce (patch)
tree8e4d6cd74bd29298c6b8f04c80c1a3ce56034a72 /src
parent410fb4a9d0a9b0d6bc2e513233befdab444446aa (diff)
downloadscintilla-mirror-f662ef1710c5068766eb988aa564f020b5ce39ce.tar.gz
Including LexAsm.
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 8a03aa8ac..2cb2df25f 100644
--- a/src/KeyWords.cxx
+++ b/src/KeyWords.cxx
@@ -142,6 +142,7 @@ int Scintilla_LinkLexers() {
//++Autogenerated -- run src/LexGen.py to regenerate
//**\(\tLINK_LEXER(\*);\n\)
LINK_LEXER(lmAda);
+ LINK_LEXER(lmAsm);
LINK_LEXER(lmAVE);
LINK_LEXER(lmBaan);
LINK_LEXER(lmBullant);