bobbicodes / bobbi-lisp

Interactive Lisp environment for learning Clojure
https://bobbicodes.github.io/bobbi-lisp/
0 stars 0 forks source link

[editor] don't auto-close single quotes #19

Open bobbicodes opened 11 months ago

bobbicodes commented 11 months ago

A small thing, but it's annoying to have to delete the closing quote every time because in Clojure we never want it.

So this issue is actually about removing an anti-feature. But we still want it to work with double quotes because that we do want.