Rewrap icon indicating copy to clipboard operation
Rewrap copied to clipboard

Feature: support OCaml block comments

Open JimmyZJX opened this issue 1 year ago • 1 comments

Support OCaml comments of the following forms

(* comment/docstring *)
(** docstring *)
(*_ interface comment *)

with space-preserving line-wrapping behavior (the next line is alined with the first space after (*)

JimmyZJX avatar Oct 10 '24 17:10 JimmyZJX