Skip to content

Releases: MagicStack/MagicPython

v1.1.0

04 Oct 22:17
Compare
Choose a tag to compare
  • Bug fixes
  • Better Python 3.7 support

v1.0.12

11 Aug 02:51
Compare
Choose a tag to compare
  • Lex . as punctuation.separator.period.python.

v1.0.11

21 Jul 18:09
Compare
Choose a tag to compare
  • __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.9

30 Mar 01:51
Compare
Choose a tag to compare
  • 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..."

v1.0.8

30 Mar 00:15
Compare
Choose a tag to compare
  • 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

24 Feb 17:28
Compare
Choose a tag to compare
  • 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.

v1.0.6

04 Feb 01:42
Compare
Choose a tag to compare
  • Fix regression in ST (fixed by changing how syntaxdev compiles for ST specifically).

v1.0.5

04 Feb 00:32
Compare
Choose a tag to compare
  • Properly highlight class parameters in Atom, VSCode and GH.

v1.0.4

04 Feb 00:23
Compare
Choose a tag to compare
  • Highlight f string prefix the same way as r and b in Atom/VSCode/GH.

v1.0.3

22 Dec 22:04
Compare
Choose a tag to compare
Prepare 1.0.3 release