JavaScript-Scope-Context-Coloring icon indicating copy to clipboard operation
JavaScript-Scope-Context-Coloring copied to clipboard

An experiment in switching between syntax highlighting and scope colorizing built on JSLint and CodeMirror.

Results 10 JavaScript-Scope-Context-Coloring issues
Sort by recently updated
recently updated
newest added

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.

enhancement

Each variable is only matched once per function to its original scope: ![Screen Shot 2013-04-07 at 11 01 21](https://f.cloud.github.com/assets/882591/348620/2e4677b2-9f6a-11e2-9d4e-edb8bd6f6f12.png) As you can above, nested scoped seems to reset it. This...

jslint bug