abe33 / atom-pigments

An Atom package to display colors in project and files.
MIT License
521 stars 68 forks source link

Limit this plugin only to files that actually make sense #372

Closed alexandernst closed 6 years ago

alexandernst commented 6 years ago

Please turn off this plugin when detected a language that just can't use CSS colours, aka, C for example. (writing memory addresses or hex values triggers this plugin)

Cxarli commented 6 years ago

Wait, pigments shouldn't be enabled by default for those files. The default scopes are .source.css, .source.css.less, .source.sass, .source.css.scss, .source.stylus. You can check these in Settings > Pigments.