vprimachenko / Sublime-Colorcoder

Semantic highlight for Sublime Text
290 stars 25 forks source link

Ability to only apply on certain file formats? #11

Closed chenglou closed 10 years ago

chenglou commented 10 years ago

The plugin messes up some of my files' styling such as markdown. Since there's not much to be gained from highlighting md text (among others), I'd rather leave it as it is and only activate the plugin for .js, .css, etc.

vprimachenko commented 10 years ago

actually you can have it already by setting scopes setting to include language part of the scope, eg variable.other.js but i will add an ignore_languages option

vprimachenko commented 10 years ago

the "disabled_for": [] feature is done, i need to finish "enable_only_for":[] and then ill push it :smile:

chenglou commented 10 years ago

Awesome! :+1: