dhall-mode
dhall-mode copied to clipboard
Short of digging into `dhall-lsp-server`, the cheapest option I could find to hop between _files_ was: ```elisp (defun jump-to-file-at-point () (interactive) (ring-insert find-tag-marker-ring (point-marker)) (find-file-at-point)) ```
First of all, thanks for writing this package! I seem to be having an issue where, while I'm typing, as long as the expression is invalid (which is almost always...
This can be done manually by selecting a region, running `shell-command-on-region`, and choosing `dhall`. It would be a nice explicit addition to this package though if there were to be...
E.g. spago uses ascii formatting, so having them clash is annoying.
I'm loving `dhall-mode` so far, thank you for it. The auto-reformatting is very convenient, but I've noticed that it's a bit over-zealous when it comes to comments. Comments at the...
I notice that `dhall-buffer-type-compute-timer`is run after every change to set a variable that is used in the header line. This seems like it isn't needed when `dhall-use-header-line` is nil because...
Hi! I've been using and enjoying dhall-mode but I was wondering if it would be possible to add an option that when toggled on would suppress the dhall error buffer....
The code ``` '' "''${FOO}" bar '' ``` Isn't getting highlighted properly. The `bar` should still be inside the string.