mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
cargo fmt
This commit is contained in:
parent
57f7a79a52
commit
255847d2fe
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue