erlang / sourcer

An Erlang language server, providing IDE services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

indent: handle multiline strings and atoms

vladdu opened this issue · comments

currently each line is indented separately, and if it is part of a multiline string, that is not detected and usually all indentation disappears.

we need to keep track of which lines are affected and not change indentation for them.

Investigate: what if there are more expressions after the end of a multiline string? are they indented properly?

This looks like it has been solved with "Indentation improvements and api changes" #11, dd01af3