mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
formatting
This commit is contained in:
parent
182689d083
commit
2d0bed5634
2 changed files with 10 additions and 8 deletions
|
@ -83,8 +83,7 @@ pub fn highlight(code: &str) -> Vec<String> {
|
|||
buf = push_html_span(buf, current_text, "upperident");
|
||||
}
|
||||
// Variables modules and field names
|
||||
Token::LowerIdent
|
||||
| Token::Underscore => {
|
||||
Token::LowerIdent | Token::Underscore => {
|
||||
buf = push_html_span(buf, current_text, "lowerident");
|
||||
}
|
||||
// Anyting else that wasn't tokenised
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue