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

Handle $ (dollar char) as punctuation #142

Closed VlachJosef closed 7 years ago

VlachJosef commented 7 years ago

Treating $ as symbol at syntax-table level leads to bad detection of identifiers in interpolated strings:

highlight-before

With this change identifiers in interpolated strings are correctly detected:

highlight-after
diego-alvarez-hs commented 7 years ago

nice @VlachJosef !