diff options
author | nyamatongwe <devnull@localhost> | 2007-11-04 10:03:57 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2007-11-04 10:03:57 +0000 |
commit | e43266f8d541ae4e348b527dc037703f376b224d (patch) | |
tree | 6761d169f8a95be7007458cc3e357e7f8be6b8c7 /src/KeyWords.cxx | |
parent | d9283cb7e54c227db82344ff13269ed2e3e5567e (diff) | |
download | scintilla-mirror-e43266f8d541ae4e348b527dc037703f376b224d.tar.gz |
Added support for 'R' language by Stephen Stagg.
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 df85e0456..9261e1296 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -209,6 +209,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmPS); LINK_LEXER(lmPureBasic); LINK_LEXER(lmPython); + LINK_LEXER(lmr); LINK_LEXER(lmREBOL); LINK_LEXER(lmRuby); LINK_LEXER(lmScriptol); |