Skip to content
This repository was archived by the owner on Nov 5, 2021. It is now read-only.

Rust: highlighting raw strings and fix chars with escapes#167

Merged
alexdima merged 1 commit intomicrosoft:mainfrom
arlosi:rawstring
Oct 29, 2021
Merged

Rust: highlighting raw strings and fix chars with escapes#167
alexdima merged 1 commit intomicrosoft:mainfrom
arlosi:rawstring

Conversation

@arlosi
Copy link
Copy Markdown
Contributor

@arlosi arlosi commented Oct 29, 2021

  • Rust's raw strings were not handled
  • chars (called byte literals here) did not correctly handle escape sequences.

Fixes microsoft/monaco-editor#2552
Fixes microsoft/monaco-editor#2481

…apes.

Rust's raw strings were previously not supported, and chars did not correctly handle escapes.

Fixes #2552
Fixes #2481
@alexdima alexdima added this to the October 2021 milestone Oct 29, 2021
@alexdima
Copy link
Copy Markdown
Member

Thank you!

@alexdima alexdima merged commit c4f2e20 into microsoft:main Oct 29, 2021
@arlosi arlosi deleted the rawstring branch October 29, 2021 14:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

2 participants