Skip to content

Commit

Permalink
Disable syntax coloring
Browse files Browse the repository at this point in the history
It seems that the earlier attempt at doing this was not enough
  • Loading branch information
alastairreid committed Dec 31, 2024
1 parent 46819f2 commit 0a50122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/asli.ml
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,8 @@ let _ =
Arg.parse options (fun s -> opt_filenames := !opt_filenames @ [ s ]) usage_msg

let main () =
Ocolor_format.prettify_formatter Format.std_formatter;
if not !opt_batchmode then begin
Ocolor_format.prettify_formatter Format.std_formatter;
Ocolor_config.set_color_capability Ocolor_config.Color4
end;
let paths = Option.value (Sys.getenv_opt "ASL_PATH") ~default:"."
Expand Down

0 comments on commit 0a50122

Please sign in to comment.