irrationalistic / atom-tasks

Handle tasks/todo files in atom
MIT License
154 stars 22 forks source link

Add syntax highlighting for basic tags #91

Closed tobkum closed 6 years ago

tobkum commented 6 years ago

It would be a great visual help to highlight some tags in a special color, such as @critical, @high and @low Right now all tags are colored uniformly, which doesn't help judging the importance. See the attached screenshot taken from https://github.com/sandy081/vscode-todotasks

image

irrationalistic commented 6 years ago

This is a duplicate of #48, so take a look there! Essentially, each tag is given an automatic wrapping classname that is represented by the content of the tag title, so you should be able to apply your own custom styles! Closing this for now, but let me know if that's not helpful.