ligo/tools/lsp/squirrel/app
Anton Myasnikov fd862676b3
[LIGO-26] Support code folding capability
Problem: We want to support code folding for functions and types
in our lsp.

Solution: Add `foldingAST` function that produces an additional
list of ranges along with the given monad used in `haskell-lsp`
API to collect ranges that are consequently sent to server.
2020-08-25 13:39:47 +03:00
..
Main.hs [LIGO-26] Support code folding capability 2020-08-25 13:39:47 +03:00