Changelog History
-
v1.1.1
October 05, 2018 -
v1.1.0 Changes
October 04, 2018- ๐ Bug fixes
- ๐ Better Python 3.7 support
-
v1.0.12 Changes
August 11, 2017- Lex
.
aspunctuation.separator.period.python
.
- Lex
-
v1.0.11 Changes
July 21, 2017__traceback__
attribute is now highlighted.- ๐ ST quick method navigation works better with methods that have long signatures
- ๐ Synchronized snippets with
language-python
for Atom
-
v1.0.10
May 03, 2017 -
v1.0.9 Changes
March 30, 2017โฌ๏ธ Drop
support.other.format.python
scope name.We use this awkward scope name instead of perhaps more elegant
0๏ธโฃ "support.other.format.python" because it appears that by default
๐ it gives a better visual result in various systems (e.g. GitHub).
This is due to the fact that "storage.type..." is more likely to have
๐ special highlighting in any given color scheme than "support.other..." -
v1.0.8 Changes
March 30, 2017โก๏ธ Update constant highlighting rules.
We consider something to be a "special constant" if it starts with
"enough" (2 or more in this case) upper-case letters. Any leading
underscores are ignored for the purpose of this definition. Also any
number of underscores and digits are allowed in between the first 2
upper-case letters. To fully satisfy the requirement, the "leading" 2
upper-case letters must be followed by only upper-case letters or
digits until the first underscore. -
v1.0.7 Changes
February 24, 2017- Backported
python-console
andpython-traceback
syntaxes from Atom'slanguage-python
. - โ Added Atom spec files autogeneration; CI uses Atom to run tests too.
- Recognize
*.kv
,*.tac
,*.Snakefile
as Python files.
- Backported
-
v1.0.6 Changes
February 04, 2017- ๐ Fix regression in ST (fixed by changing how syntaxdev compiles for ST specifically).
-
v1.0.5 Changes
February 04, 2017- Properly highlight class parameters in Atom, VSCode and GH.