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

Indent error on indented comments. #65

Open
fulmicoton opened this issue Oct 7, 2012 · 0 comments
Open

Indent error on indented comments. #65

fulmicoton opened this issue Oct 7, 2012 · 0 comments
Labels
Milestone

Comments

@fulmicoton
Copy link

I get an "invalid indentation" error when adding multiline comments on a function that is value in a dictionary.

some_object =
    add: (x,y)->
        ###
        simple function with doc
        ###
        x+y

While this is perfectly ok :

add = (x,y)->
    ###
    simple function with doc
    ###
    x+y

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant