Currently, "TODO", "FIXME", etc. keywords are not highlighted inside of comments in Elixir. In order for the language-todo package to highlight those, the grammar for comments must use begin/end patterns instead of match.
See atom/language-go@e5180ac for an example of the change that would need to be made.
I'll likely try to make a PR to fix this, but wanted to open an issue in the meantime so there's a record of what would need to be done.
Currently, "TODO", "FIXME", etc. keywords are not highlighted inside of comments in Elixir. In order for the
language-todopackage to highlight those, the grammar for comments must usebegin/endpatterns instead ofmatch.See atom/language-go@e5180ac for an example of the change that would need to be made.
I'll likely try to make a PR to fix this, but wanted to open an issue in the meantime so there's a record of what would need to be done.