Fix string literals of Python style

This commit is contained in:
1024jp 2018-01-14 20:27:11 +09:00
parent 3db94f5dad
commit 90d8c96326
2 changed files with 6 additions and 4 deletions

View File

@ -36,6 +36,8 @@ develop
- Restore the last viewed preference pane when Preferences is opened.
- Add an input field for window opacity setting.
- Adjust scroll after toggling line wrap.
- Update Python syntax style:
- Fix highlight of string and bytes literals.
- Tweak acknowledgments window design.
- Some minor UI improvements and fixes.
- Update Japanese localization to conform with the modern macOS localization rules.

View File

@ -8,10 +8,10 @@ interpreters:
- keyString: "python2"
- keyString: "python3"
metadata:
version: "2.4.0"
lastModified: "2017-02-27"
version: "2.4.1"
lastModified: "2018-01-14"
distributionURL: "https://coteditor.com"
author: "nanasiya"
author: "1024jp, nanasiya"
license: "Same as CotEditor"
description: "Support both Python2 and Python3 (<= 3.6).\n\nMaintained by 1024jp since 2013."
outlineMenu:
@ -462,7 +462,7 @@ strings:
endString: "'"
- beginString: "'''"
endString: "'''"
- beginString: "\\b(r|u|ur)['\"]"
- beginString: "\\b(r|u|f|fr|rf|ur|b|br|rb)['\"]"
ignoreCase: true
regularExpression: true
- beginString: "`"