elixir-editors / language-elixir

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

Allow TODO highlighting in '#' comments. #49

Closed keathley closed 8 years ago

keathley commented 8 years ago

This change allows highlighting of TODOs and FIXMEs, etc. with the atom/language-todo package. I've also submitted a PR to them to enable snippets in elixir source as well: atom/language-todo#43

Fixes #45