Skip to content

3.3.0

Latest
Compare
Choose a tag to compare
@MattDMo MattDMo released this 19 Aug 19:53
· 4 commits to sublime-color-scheme since this release

Neon Color Scheme v3.3.0

Added Graphviz (DOT) highlighting. Improved/added some C/C++, Python, shell
script, and other scopes.

Changes since 3.2.2:

  • Specific support for new languages:

    • Graphviz (DOT)
  • Added/modified existing scopes

    • generic scopes:
      • dict/mapping values
      • namespace names
    • C/C++:
      • #include
      • #define
    • Python:
      • decorator arguments (from vaultah/Neon-color-scheme)
      • dict variable keys and values
    • Shell:
      • added highlighting for the shebang line