aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/KeyWords.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2007-06-30 00:38:34 +0000
committernyamatongwe <unknown>2007-06-30 00:38:34 +0000
commita016d13fff6df381d02279b130397852a1d47477 (patch)
treef44eb5dbaa3543243ad958b915b7aa4fb12efb9b /src/KeyWords.cxx
parent0fbf0f8259e8900242a76d1c3eeca6ce5b6451e5 (diff)
downloadscintilla-mirror-a016d13fff6df381d02279b130397852a1d47477.tar.gz
Support for Abaqus language added by Sergio Lucato.
Diffstat (limited to 'src/KeyWords.cxx')
-rw-r--r--src/KeyWords.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx
index 9921c4ccb..6eb217104 100644
--- a/src/KeyWords.cxx
+++ b/src/KeyWords.cxx
@@ -141,6 +141,7 @@ int Scintilla_LinkLexers() {
//++Autogenerated -- run src/LexGen.py to regenerate
//**\(\tLINK_LEXER(\*);\n\)
+ LINK_LEXER(lmAbaqus);
LINK_LEXER(lmAda);
LINK_LEXER(lmAns1);
LINK_LEXER(lmAPDL);