hvesalai / emacs-scala-mode

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

face colourings incorrect for scalaz right disjunction #146

Closed fommil closed 5 years ago

fommil commented 6 years ago
x match {
  case \/-(b) => ...
}

the \/- always has the wrong colour for the first \ (heh, github seems to have a similar bug!)