From bea69b00d8a44eb96cdd2a209d8a926d3eaa4627 Mon Sep 17 00:00:00 2001 From: Alexander Bruy Date: Sat, 14 Sep 2013 12:34:02 +0300 Subject: [PATCH] use default style for R code --- python/plugins/processing/gui/LexerR.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/plugins/processing/gui/LexerR.py b/python/plugins/processing/gui/LexerR.py index 9b33f74785b..72008091658 100644 --- a/python/plugins/processing/gui/LexerR.py +++ b/python/plugins/processing/gui/LexerR.py @@ -104,6 +104,6 @@ class LexerR(QsciLexerCustom): if line.startswith("#"): state = self.Comment else: - pass + state = self.Default set_style(length, state)