ColoredComments
ColoredComments copied to clipboard
Colored Comments is a SublimeText plugin to provide Comment Colorization
Results
11
ColoredComments issues
Sort by
recently updated
recently updated
newest added
If I add a custom rule to the user settings: ```json { "tags": { "Important2": { "scope": "comments.important", "identifier": "!+", "underline": false, "stippled_underline": false, "squiggly_underline": false, "outline": false, "is_regex": true,...