oakmac / sublime-text-parinfer

Parinfer plugin for Sublime Text
ISC License
57 stars 8 forks source link

Only run Parinfer on parent expression #9

Closed oakmac closed 8 years ago

oakmac commented 9 years ago

Similar to the hack used by atom-parinfer, we should only send the parent expression to Parinfer to be processed.

This is especially true for this plugin since it has to send everything over a socket between Python and node.js.