Closed Wilfred closed 7 years ago
This makes groovy-mode highlight strings more accurately.
groovy-mode
/foo/
This doesn't cover dollar slashy strings like $/foo/$, but this is a definite improvement.
$/foo/$
It also ensures comment-region does the right thing.
comment-region
OK, I've added support for $/foo/$ too.
@russel this is ready to merge, are you happy to do so?
This makes
groovy-mode
highlight strings more accurately./foo/
are now highlighted as stringsThis doesn't cover dollar slashy strings like
$/foo/$
, but this is a definite improvement.It also ensures
comment-region
does the right thing.