From 739b52c060e51b3c3a077234339c4f8370245b6b Mon Sep 17 00:00:00 2001 From: picobyte Date: Sun, 19 Nov 2017 21:10:58 +0100 Subject: [PATCH] fix for windows Signed-off-by: picobyte --- game/edit_button.rpy | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/game/edit_button.rpy b/game/edit_button.rpy index 63ee11e..6c8416e 100644 --- a/game/edit_button.rpy +++ b/game/edit_button.rpy @@ -19,7 +19,6 @@ init -1500 python in _editor: from pygments import highlight from renpy_lexer import RenPyLexer from renpyformatter import RenPyFormatter - from pygments.styles import get_style_by_name class History(object): def __init__(self): self.reset() @@ -116,7 +115,9 @@ init -1500 python in _editor: renpy.parser.parse_errors = [] renpy.parser.parse(self.fname, document) escaped = re.sub(r'(?