Skip to content
Oct 5, 2018
Prepare 1.1.1 release

@1st1 1st1 released this Oct 4, 2018 · 18 commits to master since this release

  • Bug fixes
  • Better Python 3.7 support
Assets 2

@1st1 1st1 released this Aug 11, 2017 · 30 commits to master since this release

  • Lex . as punctuation.separator.period.python.
Assets 2

@1st1 1st1 released this Jul 21, 2017 · 35 commits to master since this release

  • __traceback__ attribute is now highlighted.
  • ST quick method navigation works better with methods that have long signatures
  • Synchronized snippets with language-python for Atom
Assets 2
May 3, 2017
Prepare 1.0.10 release

@1st1 1st1 released this Mar 30, 2017 · 46 commits to master since this release

  • Drop support.other.format.python scope name.

    We use this awkward scope name instead of perhaps more elegant
    "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..."

Assets 2

@1st1 1st1 released this Mar 30, 2017 · 48 commits to master since this release

  • 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.

Assets 2

@1st1 1st1 released this Feb 24, 2017 · 50 commits to master since this release

  • Backported python-console and python-traceback syntaxes from Atom's language-python.
  • Added Atom spec files autogeneration; CI uses Atom to run tests too.
  • Recognize *.kv, *.tac, *.Snakefile as Python files.
Assets 2

@1st1 1st1 released this Feb 4, 2017 · 56 commits to master since this release

  • Fix regression in ST (fixed by changing how syntaxdev compiles for ST specifically).
Assets 2

@1st1 1st1 released this Feb 4, 2017 · 59 commits to master since this release

  • Properly highlight class parameters in Atom, VSCode and GH.
Assets 2
You can’t perform that action at this time.