daniellmb / JavaScript-Scope-Context-Coloring

An experiment in switching between syntax highlighting and scope colorizing built on JSLint and CodeMirror.
Other
579 stars 68 forks source link

Usage Question #8

Closed webninjataylor closed 11 years ago

webninjataylor commented 11 years ago

Cool concept. Is this something I can use within my Sublime text editor? I'm confused as to the usage of this code.

daniellmb commented 11 years ago

The implementation I wrote is specific to CodeMirror, so you could use it in that editor or as a static code highlighter. Check out issue #1 for more information about other plugins that implement this idea.