aziz / PlainTasks

An opinionated todo-list plugin for Sublime Text editor (version 2 and 3)
MIT License
3.29k stars 287 forks source link

Enhancement: More lively syntax highlighting #354

Open pykong opened 7 years ago

pykong commented 7 years ago

I like to have a more elaborate syntax highlighting, as such always help comprehensibility. For example, I'd really like to see urls and file links to be of a different color than the remaining text a todo item might be comprised of. Also, nesting depth could be made more obvious by coloring. Like in this rather extreme color theme for JSON: Monokai JSON+

I do not know whether PlainTaks already provides scopes to resolve its different syntax elements or such still need to be implemented. In the former case just adding a default improved color scheme taking full advantage of the whole spectrum of scope would suffice. In the latter case, such scopes would first need to be integrated via a tmLanuage file and still new color schemes provided.

vovkkk commented 7 years ago

URL will be highlighted if it contains scheme and is enclosed within <> 2017-08-03_13-47-23

Other kinds of links have no scopes.