package merlin-extend
A protocol to provide custom frontend to Merlin
Install
Dune Dependency
Authors
Maintainers
Sources
merlin-extend-0.6.2.tbz
sha256=47558e7f30b64462f2b9c82fb7f787133acfa0d5132452b6ad7848e0b0f4d779
sha512=50696cb2099b84d4a5497fb778c969ca446e5639a91bcde6e2177588fbf72fe4f7a3c27b62384292ad873291719c5893673f1acce4755e81b5e05f9fd3e45b65
Description
This protocol allows to replace the OCaml frontend of Merlin. It extends what used to be done with the `-pp' flag to handle a few more cases.
Published: 22 Oct 2024
README
README.md
An SDK to extend merlin frontend
Using a custom parser/reader for Merlin
This library allows to plug a custom parser to Merlin. This is done by implementing the Reader.V0 signature and generating a binary by instantiating the Reader.Make functor.
The main use is to support Reason syntax, see ocamlmerlin_reason.cppo.ml.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page