diff options
author | nyamatongwe <devnull@localhost> | 2005-04-13 04:32:42 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2005-04-13 04:32:42 +0000 |
commit | 72bbd3317d0f19ff243804f1b8e43cc6f72bf233 (patch) | |
tree | bc46fb297de7698c9d051053fef3e580c5a27023 /src | |
parent | b87a4ce01c7666c6bc4ce81cf5ea9d0e9eeb843e (diff) | |
download | scintilla-mirror-72bbd3317d0f19ff243804f1b8e43cc6f72bf233.tar.gz |
Support for Rebol by Pascal Hurni.
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 126be7736..01fe0fd4e 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -187,6 +187,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmPOV); LINK_LEXER(lmPS); LINK_LEXER(lmPython); + LINK_LEXER(lmREBOL); LINK_LEXER(lmRuby); LINK_LEXER(lmScriptol); LINK_LEXER(lmSpecman); |