Skip to content

Commit eb83134

Browse files
committed
Update dev & stable version
Update dev & stable version
1 parent e23acfb commit eb83134

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "je_editor_dev"
9-
version = "0.0.208"
9+
version = "0.0.209"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]

je_editor/pyside_ui/code/syntax/python_syntax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def __init__(self, parent=None, main_window: CodeEditor = None):
4343
self.highlight_rules.append((pattern, text_char_format))
4444
else:
4545
if syntax_extend_setting_dict.get(current_file_suffix):
46-
for rule_variable_dict in syntax_extend_setting_dict.get("current_file_suffix").values():
46+
for rule_variable_dict in syntax_extend_setting_dict.get(current_file_suffix).values():
4747
color = rule_variable_dict.get("color")
4848
text_char_format = QTextCharFormat()
4949
text_char_format.setForeground(color)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "je_editor"
9-
version = "0.0.188"
9+
version = "0.0.189"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]

0 commit comments

Comments
 (0)