mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
use default style for R code
This commit is contained in:
parent
0c94067b32
commit
bea69b00d8
@ -104,6 +104,6 @@ class LexerR(QsciLexerCustom):
|
||||
if line.startswith("#"):
|
||||
state = self.Comment
|
||||
else:
|
||||
pass
|
||||
state = self.Default
|
||||
|
||||
set_style(length, state)
|
||||
|
Loading…
x
Reference in New Issue
Block a user