cargo fmt

This commit is contained in:
Luke Boswell 2023-11-24 09:57:06 +11:00
parent 57f7a79a52
commit 255847d2fe
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0

View file

@ -78,8 +78,7 @@ pub fn highlight(code: &str) -> Vec<String> {
buf = push_html_span(buf, current_text, "delimeter");
}
// Types, Tags, and Modules
Token::UpperIdent
| Token::AtSign => {
Token::UpperIdent | Token::AtSign => {
buf = push_html_span(buf, current_text, "upperident");
}
// Variables modules and field names