Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multi-line comments for Elm #283

Merged
merged 1 commit into from
Feb 20, 2017
Merged

Commits on Jan 19, 2017

  1. Add multi-line comments for Elm

    Technically the minimum necessary syntax for block comments requires
    only a single hyphen (`-}`, `{-`), but I have found that using a double
    hyphen plays a bit more nicely with the elmcast/elm-vim auto-formatting.
    Further, uncommenting when using the single dashes leaves an extra level
    of indentation (again, when using elmcast/elm-vim).
    zack committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    17e3371 View commit details
    Browse the repository at this point in the history