mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
add qmark to static-site
This commit is contained in:
parent
c9ffedb483
commit
093f8e297d
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue