hvesalai / emacs-scala-mode

The definitive scala-mode for emacs
http://ensime.org
GNU General Public License v3.0
361 stars 68 forks source link

Special coloring of TODO and FIXME comment blocks #98

Closed ale64bit closed 8 years ago

ale64bit commented 8 years ago

It would be nice to provide some customization for coloring certain comments, similar to IntelliJ IDEA TODO and FIXME. It makes a lot easier to track them.

hvesalai commented 8 years ago

I think this should not be a part of scala-mode. Rather you should make a mode-hook that would add them. It is really simple actually.