fxbois / web-mode

web template editing mode for emacs
https://web-mode.org
GNU General Public License v3.0
1.63k stars 262 forks source link

regex is not highlighted in .ts file #1259

Closed bergey closed 1 year ago

bergey commented 1 year ago

The same code highlights nicely if it appears in a .js file, or a .tsx file.

example: And(/^no template should be selected/, () => context.composer.should("not.exist"));

If someone can confirm that regexen should be highlighted, I can try to put together a patch. (Probably around the end of the month.)