diff options
author | nyamatongwe <devnull@localhost> | 2007-06-30 00:38:34 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2007-06-30 00:38:34 +0000 |
commit | d7c89974c88f6994d4c7cbdedada6c6f2e24a6dd (patch) | |
tree | f44eb5dbaa3543243ad958b915b7aa4fb12efb9b /src/KeyWords.cxx | |
parent | ae736d0c40e4d3688787bb4e9691096eb07d0965 (diff) | |
download | scintilla-mirror-d7c89974c88f6994d4c7cbdedada6c6f2e24a6dd.tar.gz |
Support for Abaqus language added by Sergio Lucato.
Diffstat (limited to 'src/KeyWords.cxx')
-rw-r--r-- | src/KeyWords.cxx | 1 |
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); |