haskell / haskell/haskell-mode

Support indentation to continue a function's argument list

Open
#82 7 comments 0 reactions 0 assignees View on GitHub
feature request indentation
Dominant language
Emacs Lisp
Stars
1.4k
Forks
354
Avg merge
5d 10h
Merged PRs (30d)
2

Description

When I hit Tab with the cursor at <> below:

```
return foo
<>
```

I'd like the cursor to go here:

```
return foo
<>
```

And if a $ was present, then:

```
return $ foo
<>
```

I tried making the change myself in haskell-indentation.el, but I couldn't understand how the parser works. If you can tell me where to look, I'd be happy to try.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.