An open API service providing repository metadata for many open source software ecosystems.

Cutting edge Python syntax highlighter for Sublime Text, Atom and Visual Studio Code. Used by GitHub to highlight your Python code!

Releases
v1.1.0

v1.1.0

  • Bug fixes
  • Better Python 3.7 support
over 7 years ago
Download
v1.0.12

v1.0.12

  • Lex . as punctuation.separator.period.python.
over 8 years ago
Download
v1.0.11

v1.0.11

  • __traceback__ attribute is now highlighted.
  • ST quick method navigation works better with methods that have long signatures
  • Synchronized snippets with language-python for Atom
over 8 years ago
Download
v1.0.9

v1.0.9

  • 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…”

almost 9 years ago
Download
v1.0.8

v1.0.8

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

almost 9 years ago
Download
v1.0.7

v1.0.7

  • 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.
about 9 years ago
Download
v1.0.6

v1.0.6

  • Fix regression in ST (fixed by changing how syntaxdev compiles for ST specifically).
about 9 years ago
Download
v1.0.5

v1.0.5

  • Properly highlight class parameters in Atom, VSCode and GH.
about 9 years ago
Download
v1.0.4

v1.0.4

  • Highlight f string prefix the same way as r and b in Atom/VSCode/GH.
about 9 years ago
Download
v1.0.3

v1.0.3

about 9 years ago
Download
Links
Repository Details
  • Stars 1,442
  • Forks 98
  • Open issues 69
  • License mit
  • Language JavaScript
  • Size 1.9 MB
  • Created at over 10 years ago
  • Updated at 9 days ago
  • Pushed at about 2 years ago
  • Last synced at 2 days ago
  • Dependencies parsed at Pending
Commit Stats