smartparens
smartparens copied to clipboard
Minor mode for Emacs that deals with parens pairs and tries to be smart about it.
## Expected behavior `sp-kill-hybrid-sexp` implemented for julia and allows killing of function definitions and control structures here are examples of the use main usages of the language: https://juliabyexample.helpmanual.io/#Hello-World ## Actual...
With the given Lua code: ``` lua function f() do local res = nil do -- side-effects res = 1 + 2 end end ``` Smartparens matches end of the...
## Expected behavior When setting the variable TeX-electric-math to (cons "\\\\(" "\\\\)")) in auctex modifies the behavior of $. When hitting $, \\(\\) should be inserted. ## Actual behavior When...
``` (if [:a | :b] (some c)) ``` | is where the caret is. Run `sp-up-sexp` several times, the caret halts at the ending ] without going further.
Does `show-smartparens-mode` work with `sh-mode` if statements, or is there something wrong with my configs? I was expecting it to work similarly to `enh-ruby-mode` where I can see the matching...
## Expected behavior `sp-forward-symbol` moves to the next symbol correctly in Clojure Same for backward command ## Actual behavior The behavior of `sp-forward-symbol` is inconsistent on clojure syntax. Please see...
## Expected behavior `sp-backward-kill-word` should not delete closing parentheses, leaving the expression's tree structure damaged. ## Actual behavior `sp-backward-kill-word` when preceded by certain input, deletes closing parentheses delimiters in addition...
## Expected behavior In an html file like this: ``` html some|thing ``` call `sp-kill-hybrid-sexp` should give this: ``` html some ``` ## Actual behavior In html-mode: ``` html some...
## Expected behavior In strict mode `M-: '` should result in single quote being typed in the expression minibuffer. ## Actual behavior Quote is doubled instead. And since this is...
## Expected behavior Generate an info file ## Actual behavior ```sh (virtualenv) user@LAPTOP-MN6L48C1:~/smartparens/docs$ python -V Python 2.7.17 (virtualenv) user@LAPTOP-MN6L48C1:~/smartparens/docs$ pip list DEPRECATION: Python 2.7 reached the end of its life...