mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
Report errors in the CLI
This commit is contained in:
parent
463eb6a1af
commit
d28f8449d0
5 changed files with 52 additions and 13 deletions
|
@ -30,7 +30,7 @@ pub struct Palette<'a> {
|
|||
pub binop: &'a str,
|
||||
}
|
||||
|
||||
pub const TEST_PALETTE: Palette = Palette {
|
||||
pub const DEFAULT_PALETTE: Palette = Palette {
|
||||
primary: WHITE_CODE,
|
||||
code_block: WHITE_CODE,
|
||||
variable: BLUE_CODE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue