groovy.tmbundle
groovy.tmbundle copied to clipboard
Handle dollar slashy strings, and also interpolations in slashy strings.
Fixes #15.
Changes are:
- Added a new
string.regexp.dollarslashy.groovy
pattern - Split out some of the existing
string-quoted-double-contents
pattern (intostring-embedded-interpolations
) so that it could be reused in more places.