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

hoon syntax highlighter doesn't handle escaped double-quotes in tapes #770

Closed
tinnus-napbus opened this issue Aug 9, 2021 · 1 comment
Closed

Comments

@tinnus-napbus
Copy link
Collaborator

if you have a tape in some hoon code like "blah\"blah", it doesn't treat the middle double-quote as being escaped, so it ends the tape there, then starts a new tape at the next one that swallows the rest of your code.

@matildepark
Copy link
Collaborator

PR'd to upstream Prism dependency - PrismJS/prism#3473

Closing as not relevant to this repo, when we update the dependency this will be remedied. But you can see here it works:

before -
Screen Shot 2022-06-13 at 7 10 40 PM

after -

Screen Shot 2022-06-13 at 7 10 30 PM

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

No branches or pull requests

2 participants