davidgranstrom / scnvim

Neovim frontend for SuperCollider.
GNU General Public License v3.0
197 stars 26 forks source link

Send a single line block containing parenthesis #250

Closed davidgranstrom closed 3 weeks ago

davidgranstrom commented 3 weeks ago

Allow sending a block containing a single line with parenthesis, e.g:

(degree: 0).play;

Close #249