Bogdan-Lyashenko / codecrumbs

Learn, design or document codebase by putting breadcrumbs in source code. Live updates, multi-language support and more.
https://codecrumbs.io
BSD 3-Clause "New" or "Revised" License
2.71k stars 101 forks source link

Haskell support #47

Closed knl closed 5 years ago

knl commented 5 years ago

Cool project!

Would it be possible to support Haskell? Comments in Haskell are:

-- inline comment
{- block comment -}
Bogdan-Lyashenko commented 5 years ago

Hi, thanks) sure, will add to backlog.

Bogdan-Lyashenko commented 5 years ago

@knl Hi there. Added Haskell support, please update codecrumbs to version "1.2.4" (or higher). Please note currently codecrumbs-comments supported only for single-line (inline) comments.

Let me know if it works fine for you. Thanks 🙂