Merge pull request #147 from nathanrreed/rustcharliteral

fix char literal highlighting #2481
pull/2748/head
Henning Dieterichs 4 years ago committed by GitHub
commit 781d21f954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,19 @@ testTokenization('rust', [
]
}
],
[
{
line: "'\"'",
tokens: [{ startIndex: 0, type: 'string.byteliteral.rust' }]
}
],
[
{
line: "'\0'",
tokens: [{ startIndex: 0, type: 'string.byteliteral.rust' }]
}
],
// Comment
[
{

Loading…
Cancel
Save