Groovy-Emacs-Modes / groovy-emacs-modes

A groovy major mode, grails minor mode, and a groovy inferior mode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect highlighting of /$ inside triple-quoted multiline strings

sah opened this issue · comments

"""
/$
"""

def foo() {  // this line is still highlighted as part of a string!

I can no longer reproduce this. Probably fixed by #98.

I'm still experiencing this issue. Can we please re-open this?

jenkinsfile account-service 2018-04-08 17-01-26

groovy-mode v20180406.522 (from melpa)

Ha, string highlighting is a continuing challenge in this code :)