aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2008-12-13 10:39:28 +0000
committernyamatongwe <devnull@localhost>2008-12-13 10:39:28 +0000
commit7a51288e4e946ec95938208be9e1ab5833d5b50c (patch)
tree219157340eb8e36d181226e741ff9d0c47ea0a43 /src
parent9e6797feec6b4476c165d463efbf8a1500ccb016 (diff)
downloadscintilla-mirror-7a51288e4e946ec95938208be9e1ab5833d5b50c.tar.gz
Lexer added for SORCUS Installation files.
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 4907571cf..0b495d1e5 100644
--- a/src/KeyWords.cxx
+++ b/src/KeyWords.cxx
@@ -219,6 +219,7 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmRuby);
LINK_LEXER(lmScriptol);
LINK_LEXER(lmSmalltalk);
+ LINK_LEXER(lmSorc);
LINK_LEXER(lmSpecman);
LINK_LEXER(lmSpice);
LINK_LEXER(lmSQL);