Fix an issue that \xN8 and \xN9 in Rust strings are incorrectly colored (#196198)

* Update Rust grammar

* Add a test for #166781

* Make color themes in the test data for #166781 up-to-date

---------

Co-authored-by: Alex Ross <alros@microsoft.com>
This commit is contained in:
Noritada Kobayashi 2023-10-30 20:30:48 +09:00 committed by GitHub
parent bddbc750a6
commit c9b23f1fb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1323 additions and 0 deletions

View file

@ -0,0 +1,5 @@
let _ = b"\
\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f\
\xa0\xa1\xa2\xa3\xa4\xa5\xa6\xa7\xa8\xa9\xaa\xab\xac\xad\xae\xaf\
\n
";

File diff suppressed because it is too large Load diff