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
Alexandru Dima (alexdima) merged 1 commit into
microsoft:mainfrom
arlosi:rawstring
Oct 29, 2021
Merged

Rust: highlighting raw strings and fix chars with escapes#167
Alexandru Dima (alexdima) merged 1 commit into
microsoft:mainfrom
arlosi:rawstring

Conversation

@arlosi

@arlosi Arlo Siemsen (arlosi) commented Oct 29, 2021

Copy link
Copy Markdown
Contributor
  • 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

Copy link
Copy Markdown
Member

Thank you!

@alexdima
Alexandru Dima (alexdima) merged commit c4f2e20 into microsoft:main Oct 29, 2021
@arlosi
Arlo Siemsen (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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rust syntax highlighting broken for raw strings Rust: Broken highlighting of escape sequences in char literals

2 participants