Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use default style for R code
  • Loading branch information
alexbruy committed Sep 15, 2013
1 parent 0c94067 commit bea69b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/LexerR.py
Expand Up @@ -104,6 +104,6 @@ def styleText(self, start, end):
if line.startswith("#"):
state = self.Comment
else:
pass
state = self.Default

set_style(length, state)

0 comments on commit bea69b0

Please sign in to comment.