use default style for R code

This commit is contained in:
Alexander Bruy 2013-09-14 12:34:02 +03:00
parent 0c94067b32
commit bea69b00d8

View File

@ -104,6 +104,6 @@ class LexerR(QsciLexerCustom):
if line.startswith("#"):
state = self.Comment
else:
pass
state = self.Default
set_style(length, state)