mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
add qmark to static-site
This commit is contained in:
parent
c9ffedb483
commit
093f8e297d
@ -44,6 +44,9 @@ pub fn highlight_roc_code(code: &str) -> String {
|
||||
Token::Comma => {
|
||||
buf = push_html_span(buf, current_text, "comma");
|
||||
}
|
||||
Token::QuestionMark => {
|
||||
buf = push_html_span(buf, current_text, "qmark");
|
||||
}
|
||||
Token::Colon => {
|
||||
buf = push_html_span(buf, current_text, "colon");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user