Skip to content

Releases: oakmac/vscode-parinfer

v0.6.0

27 May 15:54
Compare
Choose a tag to compare

Now works for Lisp, Racket, and Scheme #16

v0.5.0

11 May 08:33
Compare
Choose a tag to compare

Added configuration for setting default-mode when opening a file #14

v0.4.0

11 May 08:31
Compare
Choose a tag to compare

Atom Parinfer implementation ported by @roman01la! #10

v0.2.3

01 Sep 15:50
Compare
Choose a tag to compare
  • Update parinfer.js to 0.2.1
  • Fix plugin crush on closing active editor
  • Use languageId to detect clojure files instead of filename extensions
  • Change buffer only if new editor content differs - this prevents showing "Unsaved changes" for actually not modified files.