marlon407 / code-groovy

21 stars 6 forks source link

Slashy string! #16

Open Inetov opened 4 years ago

Inetov commented 4 years ago

Please add correct syntax highlight for Groovy slashy string. That code: ` def str = /test\string/

assert str == 'test\string' ` works fine but highlight wrong: изображение

http://groovy-lang.org/syntax.html#all-strings

soraphis commented 4 years ago

highlighting in all theses cases should be the same:

image

also, the interpolated stuff is highlighted wrong. comparing with js highlighting:

image

Artalus commented 4 years ago

Also this

image

igorfraa commented 4 years ago

vote for this

turboBasic commented 4 years ago

vote for this