aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/KeyWords.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-06-30 00:38:34 +0000
committernyamatongwe <devnull@localhost>2007-06-30 00:38:34 +0000
commitd7c89974c88f6994d4c7cbdedada6c6f2e24a6dd (patch)
treef44eb5dbaa3543243ad958b915b7aa4fb12efb9b /src/KeyWords.cxx
parentae736d0c40e4d3688787bb4e9691096eb07d0965 (diff)
downloadscintilla-mirror-d7c89974c88f6994d4c7cbdedada6c6f2e24a6dd.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);