LightTable / Python

Python language plugin for Light Table
MIT License
98 stars 51 forks source link

Auto closing single quotes #22

Open berendbaas opened 10 years ago

berendbaas commented 10 years ago

I don't know if this is really a bug or a convention chosen, but i couldn't find it in the issue tracker earlier. When adding the behavior [:app :lt.objs.settings/pair-keymap-diffs], the single-quote is does not wrap around words in python. In Clojure i understand the need for having the single-quote as non-wrapping as it designates a symbol, but in python it feels like unexpected behavior. Just my two cents ^_^

Mouvedia commented 9 years ago

+1

I wonder if this issue should me migrated to the main repo.

@berendbaas weirdly I can't seem to find a way to add it here https://github.com/LightTable/LightTable/blob/190d0cf2d8c4e13bb5aa97dd32bbeb6423f8423d/src/lt/objs/settings.cljs#L498