JavaScript-Scope-Context-Coloring
JavaScript-Scope-Context-Coloring copied to clipboard
An experiment in switching between syntax highlighting and scope colorizing built on JSLint and CodeMirror.
Issue Fixed # ## Proposed Changes - - - @daniellmb
Issue Fixed # ## Proposed Changes - - - @daniellmb
Issue Fixed # ## Proposed Changes - - - @daniellmb
Issue Fixed # ## Proposed Changes - - - @daniellmb
Issue Fixed # ## Proposed Changes - - - @daniellmb
Issue Fixed # ## Proposed Changes - - - @daniellmb
Issue Fixed # ## Proposed Changes - - - @daniellmb
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
Seems like you could get the best of both worlds by highlighting scope using background color and maintaining syntax highlighting.
Each variable is only matched once per function to its original scope:  As you can above, nested scoped seems to reset it. This...