davidgranstrom / scnvim

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

fix: Set supercollider filetype in quark files #174

Closed madskjeldgaard closed 2 years ago

madskjeldgaard commented 2 years ago

fixes https://github.com/davidgranstrom/scnvim/issues/172

ranjithshegde commented 2 years ago

this is unnecessary from nvim version 0.7 onwards. My PR for supercollider filetype detection was merged upstream to vim and ported as vim-patch to neovim. .sc, .scd and *.quark are natively recognized now

madskjeldgaard commented 2 years ago

this is unnecessary from nvim version 0.7 onwards. My PR for supercollider filetype detection was merged upstream to vim and ported as vim-patch to neovim. .sc, .scd and *.quark are natively recognized now

Awesome ! Closing this then