Alex
Results
1
issues of
Alex
I'd like to apply colorizing only for javascript files. settings.json: ``` "colorize.exclude": [ "**/*.css", "**/*.scss", "**/*.sass", "**/*.less", "**/*.styl", "**/.git", "**/.svn", "**/.hg", "**/CVS", "**/.DS_Store", "**/.git", "**/node_modules", "**/bower_components", "**/tmp", "**/dist", "**/tests", "**/*"...