branch: elpa/haskell-ts-mode commit edab27397183d52f53134c14bddfc24db7149461 Author: Pranshu Sharma <pran...@bauherren.ovh> Commit: Pranshu Sharma <pran...@bauherren.ovh>
Added todo item for M-x align --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index 557ed97ee5..ac8aaab1ce 100644 --- a/README.org +++ b/README.org @@ -132,6 +132,8 @@ want to prettify words, set =haskell-ts-prettify-words= to non-nil. This will do stuff like prettify ~forall~ into ~∀~ and ~elem~ to ~∈~. * TODO +- Support for M-x align, so that calling it will align all the 'equal' + signs in a region. - Imenu support for functions with multiple definitions. - _Proper indenting of multiline signatures_: the Tree-sitter grammar does not flatten the signatures, but rather leaves them to the standard