el/dot-emacs.el (mdw-fontify-scala): Highlight punctuation in identifiers.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 25 May 2018 17:26:20 +0000 (18:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 30 May 2018 18:43:04 +0000 (19:43 +0100)
commit19e19878e08ca883f6352fd9ae4c65eba47dc475
tree70fd0a100a47f85ca940143070f6140c4d8834b6
parent1df1ef5f6b7aa2414345964808065094a4ff014d
el/dot-emacs.el (mdw-fontify-scala): Highlight punctuation in identifiers.

I think it's best if pure-punctuation method names are highlighted as
punctuation, and for consistency I'm going to highlight punctuation
suffixes on mostly-alphanumeric names, e.g., `unary_-' or `slot_='.

This decision is nothing to do with the fact that I'm too lazy to figure
out how to highlight the `:' properly in `case _: TYPE => ...'.  Honest.
el/dot-emacs.el