We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ryyppy
Learn more about funding links in repositories.
Report abuse
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
Given following code:
let a = "abc" let str = "aaa\"bbb" Js.log(` \` ccc ${a} ddd `) Js.log(`a = ${a}`) Js.log(``) let b = 34 let parser = %raw(` adsfadsfzz `)
Will break the syntax highlighting:
We fixed this in rescript-vscode with a negative lookbehind that also matches escaped backticks, but we couldn't get it to work for vim yet.
@amiralies any idea how to solve this? Would be even greater to highlight the escaped backtick in a different color, like in common strings.
The text was updated successfully, but these errors were encountered:
Will take a look tomorrow. It should be trivial
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Given following code:
Will break the syntax highlighting:
We fixed this in rescript-vscode with a negative lookbehind that also matches escaped backticks, but we couldn't get it to work for vim yet.
@amiralies any idea how to solve this? Would be even greater to highlight the escaped backtick in a different color, like in common strings.
The text was updated successfully, but these errors were encountered: