groovy.tmbundle icon indicating copy to clipboard operation
groovy.tmbundle copied to clipboard

Handle dollar slashy strings, and also interpolations in slashy strings.

Open mparry opened this issue 7 years ago • 0 comments

Fixes #15.

Changes are:

  • Added a new string.regexp.dollarslashy.groovy pattern
  • Split out some of the existing string-quoted-double-contents pattern (into string-embedded-interpolations) so that it could be reused in more places.

mparry avatar Feb 16 '18 14:02 mparry