haskell / haskell/haskell-mode
Support indentation to continue a function's argument list
Open
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
Assessment
This issue has not been assessed yet.