mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Create a new crate roc_repl_ui for shared CLI/web UI code
This commit is contained in:
parent
dbf928bc46
commit
8f59ee9492
13 changed files with 701 additions and 8 deletions
|
@ -48,7 +48,8 @@ pub const TIPS: &str = concatcp!(
|
|||
BLUE,
|
||||
"val1",
|
||||
END_COL,
|
||||
" in future expressions.\n\nTips:\n\n",
|
||||
" in future expressions.\n\n",
|
||||
"Tips:\n\n",
|
||||
BLUE,
|
||||
" - ",
|
||||
END_COL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue