diff options
Diffstat (limited to 'src/LexR.cxx')
-rw-r--r-- | src/LexR.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LexR.cxx b/src/LexR.cxx index 0ca45cfd0..67e779f55 100644 --- a/src/LexR.cxx +++ b/src/LexR.cxx @@ -210,4 +210,4 @@ static const char * const RWordLists[] = { -LexerModule lmr(SCLEX_R, ColouriseRDoc, "r", FoldRDoc, RWordLists); +LexerModule lmR(SCLEX_R, ColouriseRDoc, "r", FoldRDoc, RWordLists); |