Pranshu Sharma

Results 5 issues of Pranshu Sharma

I had quick skim through code, and it seems like no feature from haskell mode is strictly required by lsp haskell that would be a big effort to change. https://codeberg.org/pranshu/haskell-ts-mode

I keep getting bundler errors with dependency versions

I found this code snipppet in an old reddit descusion, and it doesn't work any more in treesit-major modes because they do not use outline-regexp. ``` (defun use-outline-for-imenu () (require...

This seems to be a problem with the grammar itself, as the code: ``` -- Comment -- | Test what f :: Int ``` Has the concrete syntax tree of:...