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

Trailing colon in a comment causes an indent #49

Closed
bradwright opened this issue May 10, 2014 · 3 comments
Closed

Trailing colon in a comment causes an indent #49

bradwright opened this issue May 10, 2014 · 3 comments

Comments

@bradwright
Copy link

The following code:

# This is a comment:
include module

when indented, looks like:

# This is a comment:
  include module

Removing the trailing colon fixes the indentation. I'm using Melpa version puppet-mode-20140428.159

@swsnr
Copy link
Contributor

swsnr commented May 12, 2014

@bradleywright That is a known issue, which will be fixed by using SMIE for indentation, see #7. We have no schedule on that, though, so please be patient.

@swsnr swsnr closed this as completed May 12, 2014
@swsnr swsnr added duplicate and removed duplicate labels May 12, 2014
@swsnr
Copy link
Contributor

swsnr commented May 12, 2014

Closing in favor of #7.

@bradwright
Copy link
Author

Thanks @lunaryorn 👍

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

No branches or pull requests

2 participants