elixir-editors / language-elixir

Elixir language support for the Atom editor.
Other
181 stars 40 forks source link

Add language-todo snippets #92

Closed dsandstrom closed 7 years ago

dsandstrom commented 7 years ago

Makes it easier to add todo comments

I'd submit this change to language-todo, but they are not accepting PRs to add support for more languages (https://github.com/atom/language-todo/pull/43).

keathley commented 7 years ago

This looks great @dsandstrom :tada:.

It sucks that a lot of the built in packages for atom aren't going to support anything other then the blessed set of github languages. I suspect that we'll have to incorporate more things like this if they don't find a better way to allow for extensions to the default packages.