Fuco1 / smartparens

Minor mode for Emacs that deals with parens pairs and tries to be smart about it.
GNU General Public License v3.0
1.82k stars 195 forks source link

Add more pairs for OCaml #1118

Closed sangwoo-joh closed 2 years ago

sangwoo-joh commented 2 years ago

Thanks for the great package! This adds more smart pairs for OCaml languages:

module ... end  (* module *)
sig .... end  (* signature *)
{| ... |}  (* multi-line string *)
[| ... |] (* array *)
Fuco1 commented 2 years ago

Thanks and sorry for the delay!