vprimachenko / Sublime-Colorcoder

Semantic highlight for Sublime Text
290 stars 25 forks source link

Disable a scope #55

Closed ncovercash closed 8 years ago

ncovercash commented 8 years ago

There is no functionality to disable a scope, such as

vprimachenko commented 8 years ago

you can specify which scopes to highlight using the scopes setting, like here in the default setting

{
    "scopes": ["colorize",
               "entity.name",
               "support.function",
               "meta.function-call",
               "variable.other"]
}

by omitting a value from this list you can disable highlighting of an specific scope