diff options
author | nyamatongwe <devnull@localhost> | 2008-12-13 10:39:28 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2008-12-13 10:39:28 +0000 |
commit | 7a51288e4e946ec95938208be9e1ab5833d5b50c (patch) | |
tree | 219157340eb8e36d181226e741ff9d0c47ea0a43 /src/KeyWords.cxx | |
parent | 9e6797feec6b4476c165d463efbf8a1500ccb016 (diff) | |
download | scintilla-mirror-7a51288e4e946ec95938208be9e1ab5833d5b50c.tar.gz |
Lexer added for SORCUS Installation files.
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 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); |