aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2004-01-18 06:39:20 +0000
committernyamatongwe <devnull@localhost>2004-01-18 06:39:20 +0000
commit4bd85dda2ea80cb4fd5dcaedbbfddec542dbd7d4 (patch)
treec3802b9a61c084a8d9d4c65fab826b86bf7efe34 /src
parente45fc668491ea11d768a049dacab8339468c83a2 (diff)
downloadscintilla-mirror-4bd85dda2ea80cb4fd5dcaedbbfddec542dbd7d4.tar.gz
Added MSSQL lexer.
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 206a333b0..dc7035388 100644
--- a/src/KeyWords.cxx
+++ b/src/KeyWords.cxx
@@ -161,6 +161,7 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmMETAPOST);
LINK_LEXER(lmMMIXAL);
LINK_LEXER(lmLot);
+ LINK_LEXER(lmMSSQL);
LINK_LEXER(lmNsis);
LINK_LEXER(lmBatch);
LINK_LEXER(lmDiff);