OCamlPro / ocp-indent

Indentation tool for OCaml, to be used from editors like Emacs and Vim.
http://www.typerex.org/ocp-indent.html
Other
200 stars 63 forks source link

bad indentation with [%%foo: module type M = sig ... end] #287

Closed nojb closed 5 years ago

nojb commented 5 years ago

ocp-indent 1.7.0 gives

[%%foo:
  module type M = sig
                module N : sig
                  type t
                end
              end
]
nojb commented 5 years ago

Fixed in c27bba77d82b6f9bd9b1ed9a1bd611973b02794a, thanks!