Skip to content

Commit bea69b0

Browse files
committedSep 15, 2013
use default style for R code
1 parent 0c94067 commit bea69b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/gui/LexerR.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ def styleText(self, start, end):
104104
if line.startswith("#"):
105105
state = self.Comment
106106
else:
107-
pass
107+
state = self.Default
108108

109109
set_style(length, state)

0 commit comments

Comments
 (0)
Please sign in to comment.