Skip to content

Releases: MattDMo/Neon-color-scheme

minor fix to 1.2.0

30 Jan 21:55
Compare
Choose a tag to compare

some crap somehow got into the README when trying to merge branches.

1.2.0

30 Jan 21:22
Compare
Choose a tag to compare

Major changes for this version:

  • Switched invalid and exception colors - invalid is now bold white on red,
    while exceptions are now darker red.
  • Classes, support variables are no longer bold
  • Added several new settings for JavaScriptNext:
    (https://packagecontrol.io/packages/JavaScriptNext%20-%20ES6%20Syntax) -
    • objects following new keyword
    • object properties
    • statement terminator (semi-colon at end of line)
    • corrected a few bugs like parens after function call without arguments
      being highlighted
  • Changes dealing with Python Improved:
    • Removed "Django settings". All constants should now be highlighted the same
      way.
    • Added IPython cell number
  • Diff colors updated
  • Tweaks to markdown
  • CSS attribute color brightened
  • GitGutter modified to primary colors
  • AAAPackageDev - fixed misspelling in YAML-tmLanguage folding marker
  • Added BracketHighlighter scopes:
    • Default color
    • C/C++ defines
    • Bash
  • Added new Matlab section

palindromic release - 1111!

25 Aug 06:10
Compare
Choose a tag to compare
  • JSON highlighting was bleeding over into other JSON-like structures, namely Python dicts, so source.json was added to the beginning of each level to add specificity.
  • added color for regex character classes
  • tweaked YAML-tmLanguage highlighting, including a new scope that hasn't been pushed to AAAPackageDev yet.
  • added a bunch of stuff to the README

small fixes and incremental changes, mostly

27 Jun 20:46
Compare
Choose a tag to compare

From the bottom:

  • added SublimeLinter3 gutter mark, warning, and error colors
  • expanded Regex Group
  • made decorators bold, with black backgrounds
  • added constant.other.allcaps.python from PythonImproved, which actually hasn't been released yet
  • made support.variable bold
  • modified Function Definition for ABP
  • made Class bold
  • fixed the brown background from entity.other from bleeding into every other associated scope
  • added searchHighlight to the settings dict, to see if it does anything.

various updates (I didn't keep very good track :/)

25 Mar 21:56
Compare
Choose a tag to compare

Extended JSON highlighting

19 Jan 02:56
Compare
Choose a tag to compare

expanded JSON scopes from 6 deep to 18 deep.

oops

13 Dec 02:29
Compare
Choose a tag to compare

fixed some issues with Clojure highlighting

JavaScriptNext, Clojure additions

12 Dec 16:41
Compare
Choose a tag to compare

extended support for Clojure

12 Dec 16:07
Compare
Choose a tag to compare
  • constant.other
  • support.other.keyword
  • namespace
  • storage, support.function
  • storage.type.function
  • keyword.other.mark
  • support.function.tester
  • support.function.match
  • Map braces
  • Set braces
  • Vector brackets
  • constant.string.symbole

reorg, additional scopes for stuff

18 Nov 04:22
Compare
Choose a tag to compare

colorized Python 3 annotations, Enhanced-R non-standard function calls, .sublime-settings files with AAAPackageDev, SublimeLinter warnings/errors