textmate / groovy.tmbundle

TextMate support for Groovy
69 stars 31 forks source link

Syntax highlighting doesn't fully handle slashy strings / dollar slashy strings #15

Open mparry opened 6 years ago

mparry commented 6 years ago

There are a couple of problems with syntax highlighting for strings:

So, for example, neither of the following strings will currently highlight properly.

/foo $bar ${baz} boz/
$/foo $bar ${baz} b\o\z/$

And in fact, that Markdown render above has the same issues. As far as I can tell, GH's renderer is also using this TM bundle, via https://github.com/github/linguist/tree/master/vendor/grammars!