atom-parinfer
atom-parinfer copied to clipboard
Parinfer for Atom
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.11.0 to 1.13.1. Commits 943977e Merge branch 'umd-alias', tag 1.13.1 release 5630f88 Add version 1.13.1 to the change log 5aa5b52 Update the bundle sizes 76c8d8a Bump the...
I saw this while working on v1.24.0. It's possible this was caused by an intermediate state during development, but I wanted to track it here just in case. 
Paren Mode is not correctly moving indentation below the current line like it should. Shaun says this is something to do with the `:cursor-dx` option being passed into the `paren-mode/format-text`...
If the user opens a file that contains markers indicating a git merge conflict (ie: `
We should use the `parenTrails` property from the [parinfer API](https://github.com/shaunlebron/parinfer/tree/master/lib#api) for dimming parenTrails instead of the custom CSS + language tags solution we use now. This is at least worth...
Sometimes when opening a clojure file in Atom that does not conform to the parinfer standards, while the dialog "parinfer needs to change this file", Atom will maximize the window....
From Sean Corfield: > Run into my first "odd" behavior with the new parinfer. I have code like this ``` (cond (not member) (api/invalid-argument req) (or (:suspended member) (:deleted member))...
Parinfer is awesome. Thank you. In recent versions of Atom there is a GitHub integration package (https://github.com/blog/2362-announcing-git-integration-for-atom-and-github-desktop-beta) shipped with the editor. It uses `ctrl-shift-9` shortcut (which is the same as...
```clojure #?(:clj ...) ^ ^ current tab stops ^ ^ preferred tab stops #?@(:clj ...) ^ ^ current tab stops ^ ^ preferred tab stops ``` I believe the intent...