Matus Goljer
Matus Goljer
`web-mode` might get tricky as it supports loads of different templates. Maybe if it has some sort of "submodes" where it decides what kind of template it operates on we...
If the mandatory argument can be worked out with the interactive code letters I prefer that and set the optional args in the body. So if I have `(beg end...
Hi. Out of curiosity, what language is that, ruby? Anyways, it is very difficult to get things right in the absence of delimiters. There's the hybrid slurp which you can...
Hm, if it's ruby then the regular slurp should at least work correctly, eventhough you would have to call it multiple times. The hybrid slurp is a bit stupid about...
There is a lot of extra code in `smartparens-ruby.el` that handles the slurping and barfing, so that's probably why it seems better. The regular unconfigured stuff would probably be equally...
I use it everywhere but don't rely on AST manipulation much. I mostly work with `sp-kill-hybrid-sexp` which is a convenient replacement for `C-k`. In JS/PHP the raising operations also work...
It's not ideal mostly because it does not use AST outside of lisp, but a bunch of "clever" hacks and regexpses that can emulate it to a certain degree. Maybe...
Where does the `typescript-tsx-mode` come from? I'm using the regular `typescript-mode` and it wraps.
I can reproduce this, will look into it. It must be some of the recent changes I did
The prefix-free note is not entirely correct anymore. I should revise it. You can in fact have two pairs, let's say `\langle` and `\rangle` and what you have. The pairs...