diff options
author | nyamatongwe <devnull@localhost> | 2004-03-27 10:22:45 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2004-03-27 10:22:45 +0000 |
commit | f62742d005763699ca7101498ef663b0357e0eb5 (patch) | |
tree | 9268f9374b606bdaaba6d5d897c2f194e307ee74 /src/KeyWords.cxx | |
parent | f0d92fa06d383aa3911d29b0e405b355935087f6 (diff) | |
download | scintilla-mirror-f62742d005763699ca7101498ef663b0357e0eb5.tar.gz |
Added AutoIt 3 and APDL lexers.
MSSQL lexer entended with STORED_PROCEDURE,
DEFAULT_PREF_DATATYPE, and COLUMN_NAME_2 style classes.
Diffstat (limited to 'src/KeyWords.cxx')
-rw-r--r-- | src/KeyWords.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx index cc9c4afcc..717d251f7 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -130,7 +130,9 @@ int Scintilla_LinkLexers() { //++Autogenerated -- run src/LexGen.py to regenerate //**\(\tLINK_LEXER(\*);\n\) LINK_LEXER(lmAda); + LINK_LEXER(lmAPDL); LINK_LEXER(lmAsm); + LINK_LEXER(lmAU3); LINK_LEXER(lmAVE); LINK_LEXER(lmBaan); LINK_LEXER(lmBullant); |