Skip to content
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

Fix escaped backtick highlighting in string literal (#324) #325

Merged
merged 2 commits into from
Jan 19, 2022

Conversation

tsnobip
Copy link
Contributor

@tsnobip tsnobip commented Dec 2, 2021

should fix #324:

let regex = `\``

let foo = 10

Should I first create a PR in rescript-lang/rescript-sublime?

should fix rescript-lang#324:
```
let regex = `\``

let foo = 10
```
@tsnobip tsnobip changed the title Fix escaped backtick in string literal (#324) Fix escaped backtick highlighting in string literal (#324) Dec 23, 2021
@cristianoc
Copy link
Collaborator

Thanks!

@cristianoc cristianoc merged commit 9fbfbf9 into rescript-lang:master Jan 19, 2022
cristianoc added a commit that referenced this pull request Jan 20, 2022
Fix issue with highlighting of templates introduced in #325

and reported in

#345
cristianoc added a commit that referenced this pull request Jan 20, 2022
Fix issue with highlighting of templates introduced in #325

and reported in

#345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

broken syntax highlighting when escaping a backtick in string literal
2 participants