We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e40b25 commit 3754addCopy full SHA for 3754add
je_editor/pyside_ui/code/syntax/syntax_setting.py
@@ -13,7 +13,7 @@
13
},
14
"string_rule": {
15
"rules": (
16
- r"'[^'\\]*(\\.[^'\\]*)*'", # Singel
+ r"'[^'\\]*(\\.[^'\\]*)*'", # Single
17
r'"[^"\\]*(\\.[^"\\]*)*"', # Double
18
),
19
"color": QColor(0, 153, 0)
0 commit comments