Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Correctly handle Erlang comments #135

Closed
wants to merge 1 commit into from
Closed

Conversation

bipthelin
Copy link

Erlangers tend to use multi-comment-starters to denote different types of comments, i.e. inline-, function- or header-comments. e.g:

%%% @doc Hi!
-module(hi).

%%@doc Function x
function x() -> y.

This commit supports one or many %

Erlangers tend to use multi-comment-starters to denote different types of comments, i.e. inline-, function- or header-comments. e.g:
```erlang
%%% @doc Hi!
-module(hi).

%%@doc Function x
function x() -> y.
```
This commit supports one or many `%`
@rottmann
Copy link
Member

Thanks, hope to find some time this week and implement it (and all the other pull requests).

@rottmann
Copy link
Member

Thanks, changed in the coming version 0.8.0

@rottmann rottmann closed this Nov 10, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants