kilbd / nova-rust

A Rust extension for the Nova text editor, using the Rust Analyzer language server.
MIT License
29 stars 5 forks source link

[SYNTAX] separated literal hexes arent highlighted #24

Closed laralove143 closed 2 years ago

laralove143 commented 2 years ago
Screen Shot 2022-04-16 at 17 12 53

Sample code

fn foo() {
    0x00_71_ce;
    0x0071ce;
}
kilbd commented 2 years ago

Thank you for this bug report! The fix is added in extension version 2.0.1.