-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 1.2.0 breaks syntax highlighting after backtick #345
Comments
Coming from here: Looks like and analogue of this question has been asked before with no satisfactory suggestions: Unless someone has an alternative suggestion, the way forward is to revert #325 |
Turns out one of the stack overflow suggestions, to use negative-look-behind, seems to work (though the response states it does not): Tried on these patterns: let a = "abc"
Js.log(` \` ccc ${a} ddd `)
Js.log(`a = ${a}`)
Js.log(``)
let b = 34 @cknitt would you be able to test that, and check that no other issues arise? |
Yes, I will test against one of our codebases. |
@cristianoc Looks good now! 🎉 Thanks a lot! 😄 |
Great! Thanks for checking. |
1.1.3:

1.2.0:

The text was updated successfully, but these errors were encountered: