diff options
author | nyamatongwe <unknown> | 2004-01-18 06:39:20 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2004-01-18 06:39:20 +0000 |
commit | 7f0a26c0fe49dfd5abaa88d6a5d160a252ffef7e (patch) | |
tree | c3802b9a61c084a8d9d4c65fab826b86bf7efe34 /src | |
parent | 5a8c5179d28349ff91c61ae7af1bc3cf3e8675c6 (diff) | |
download | scintilla-mirror-7f0a26c0fe49dfd5abaa88d6a5d160a252ffef7e.tar.gz |
Added MSSQL lexer.
Diffstat (limited to 'src')
-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 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); |