Kronuz / ColorHighlight

🎨 Lightweight Color Highlight colorizer for Sublime Text
MIT License
118 stars 12 forks source link

Limit to certain file types #5

Closed KyleKing closed 1 year ago

KyleKing commented 6 years ago

It would be a great feature is a user could limit the files highlighted to a whitelist (CSS, Python, MD, and JS) or a blacklist of ignored file types. If not in ColorHighlight, is there an easy method in Sublime? I looked into modifying syntax-specific files, but it didn't seem like that feature was available

jonathancochran commented 5 years ago

+1

I have some long-ass markdown files and this plugin slows sublime text to a crawl. A user setting like this: "file_extensions": ["scss", "sass", "css", "pcss"] would be useful.

nadieenespecial commented 5 years ago

+1 yes please because... screenshot from 2018-12-18 02-00-56

ghost commented 5 years ago

I agree. This alternative but similar package seems to offer the missing functionality.

thisVioletHydra commented 5 years ago
PLS "file_extensions": ["css", "styl", "stylus"] would be useful.