mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
cargo fmt
This commit is contained in:
parent
5ead576976
commit
25b3b61e07
2 changed files with 5 additions and 6 deletions
|
@ -78,10 +78,10 @@ pub fn highlight_roc_code(code: &str) -> String {
|
|||
}
|
||||
Token::UpperIdent => {
|
||||
buf = push_html_span(buf, current_text, "upperident");
|
||||
}
|
||||
}
|
||||
Token::LowerIdent => {
|
||||
buf = push_html_span(buf, current_text, "lowerident");
|
||||
}
|
||||
}
|
||||
Token::Error | Token::Other => {
|
||||
buf = push_html(buf, current_text);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue