Skip to content

Commit 3754add

Browse files
committed
Update syntax_setting.py
1 parent 5e40b25 commit 3754add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

je_editor/pyside_ui/code/syntax/syntax_setting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"string_rule": {
1515
"rules": (
16-
r"'[^'\\]*(\\.[^'\\]*)*'", # Singel
16+
r"'[^'\\]*(\\.[^'\\]*)*'", # Single
1717
r'"[^"\\]*(\\.[^"\\]*)*"', # Double
1818
),
1919
"color": QColor(0, 153, 0)

0 commit comments

Comments
 (0)