atom / language-todo

TODO highlighting package for Atom
Other
80 stars 66 forks source link

Add 'text.md' and 'text.markup' to injectionSelector #36

Open burodepeper opened 9 years ago

burodepeper commented 9 years ago

Over at language-markdown we have been discussing (just a little, we know it is silly to argue about it) what our base scope should be, and we decided on text.md. We have considered using text.markup as it is more semantically correct, but text.md seems to more closely follow existing conventions.

Anyway, from our personal experience, we often use Markdown as an ad hoc or more organized todo-list-tool. So we'd like to suggest adding both 'text.md' and 'text.markup' to the injectionSelector of this package for that purpose.