KamiKillertO / vscode-colorize

A vscode extension to help visualize css colors in files
Apache License 2.0
268 stars 37 forks source link

Work with all languages. #441

Open mateushnsoares opened 4 years ago

mateushnsoares commented 4 years ago

I don't understand why colorize need be enabled to certain languages, he should work "natively" with all languages

Enzime commented 3 years ago

You can enable colorize for all files with:

"colorize.include": [ "*" ]