mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
cargo fmt
Signed-off-by: Richard Feldman <oss@rtfeldman.com>
This commit is contained in:
parent
615975b30a
commit
2dc7c4d169
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ pub fn highlight(code: &str) -> Vec<String> {
|
|||
} else {
|
||||
code
|
||||
};
|
||||
|
||||
|
||||
for location in roc_parse::highlight::highlight(code) {
|
||||
let current_text = &code[offset..location.byte_range().end];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue