You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems I missed this due to some GitHub notifications SNAFU. Either way, Vim syntax highlighting is a bit of a mystery/gamble. The embed rule is as follows:
simple repro:
inko.vim
highlights the second line as if it's still a member of the string.I suspect it thinks that the opening
{
is changing to template literal mode and is ignoring the\
escape.The text was updated successfully, but these errors were encountered: