Update Python syntax style

This commit is contained in:
1024jp 2015-11-03 20:57:10 +09:00
parent 5cefdca23c
commit 248e6046d1
2 changed files with 11 additions and 3 deletions

View File

@ -5,6 +5,12 @@ Change Log
develop
--------------------------
### Additions/Changes
- Update “Python” syntax style:
- Add terms added in Python 3.4 and 3.5.
### Fixes
- Fix an issue where some type of script files cannot be opened by “unidentified developer” even it was made on CotEditor.

View File

@ -302,11 +302,11 @@ attributes:
metadata:
author: "nanasiya"
distributionURL: "http://coteditor.com"
version: "2.1.1"
description: "Support both Python2 and Python3.\n\nMaintained by 1024jp since
version: "2.2.0"
description: "Support both Python2 and Python3 (<= 3.5).\n\nMaintained by 1024jp since
2013."
license: "Same as CotEditor"
lastModified: "2014-11-21"
lastModified: "2015-11-03"
characters: []
comments: []
values:
@ -379,7 +379,9 @@ strings:
keywords:
- beginString: "and"
- beginString: "as"
- beginString: "async"
- beginString: "assert"
- beginString: "await"
- beginString: "break"
- beginString: "class"
- beginString: "continue"