tidalcycles / vim-tidal

Vim plugin for TidalCycles
MIT License
223 stars 56 forks source link

Tidal.ghci missing :{ :} around haskell assignments #28

Closed arntzy closed 5 years ago

arntzy commented 5 years ago

Tidal.ghci file is missing the surrounding :{ and :} around the let statements to indicate that it is Haskell and not a part of the .ghci script.

munshkr commented 5 years ago

Thanks! I've added them.