Releases: MattDMo/Neon-color-scheme
Releases · MattDMo/Neon-color-scheme
1.3.0
minor fix to 1.2.0
some crap somehow got into the README when trying to merge branches.
1.2.0
Major changes for this version:
- Switched
invalidandexceptioncolors - 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
newkeyword - object properties
- statement terminator (semi-colon at end of line)
- corrected a few bugs like parens after function call without arguments
being highlighted
- objects following
- Changes dealing with Python Improved:
- Removed "Django settings". All constants should now be highlighted the same
way. - Added IPython cell number
- Removed "Django settings". All constants should now be highlighted the same
- 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!
- JSON highlighting was bleeding over into other JSON-like structures, namely Python dicts, so
source.jsonwas added to the beginning of each level to add specificity. - added color for regex character classes
- tweaked
YAML-tmLanguagehighlighting, 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
From the bottom:
- added SublimeLinter3 gutter mark, warning, and error colors
- expanded Regex Group
- made decorators bold, with black backgrounds
- added
constant.other.allcaps.pythonfrom PythonImproved, which actually hasn't been released yet - made
support.variablebold - modified Function Definition for ABP
- made Class bold
- fixed the brown background from
entity.otherfrom bleeding into every other associated scope - added
searchHighlightto thesettingsdict, to see if it does anything.
various updates (I didn't keep very good track :/)
Extended JSON highlighting
expanded JSON scopes from 6 deep to 18 deep.
oops
JavaScriptNext, Clojure additions
1.1.6 added 1.1.6
extended support for Clojure
- 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