Matus Goljer

Results 743 comments of Matus Goljer

Right, must've missed it :blush:

Single character where? Inside another string? Because otherwise you simply can't tell it is single, that's how emacs syntax works.

Yea, because in that case emacs still reports it as a paired delimiter. Though that particular case is simple to solve, we can just check the point-max and see if...

You can add a predicate to tell SP some pairs are not to be matched. See `SKIP-MATCH` in the docstring of `sp-local-pair`. An example is in `smartparens-config` for `sp--lisp-modes` (search...

Just to clarify, by "some pairs are not to be matched" I ment that you can exclude some particular situations in the buffer from the balance counter. Parens will still...

@AmaiKinono Thanks, the snippet you posted is useful digging up the sh mode function. The `:skip-match` option controls the matching of the pairs, so if you set it here to...

What I really dislike is when `if` is in a "mixed" format ``` (if foo bar baz) ``` This is quite difficult to read. Oneliner is fine with me for...

Both produce the same result for me. Do you have the latest version? There were some bugs fixed recently regarding `sp-raise-sexp`.

Seems like this has to do with enabling string parsing... I'm very close to removing that setting so it should "fix itself" automatically.

Hi, thanks for your interest! New file is not a problem. If it is a separate major mode it should have its own config file, even if that only loads...