Comments for Idris

This commit is contained in:
gspia 2018-05-04 10:22:17 +03:00
parent 7325ad216c
commit bbd1fd6576

View File

@ -20,7 +20,7 @@ hook global BufSetOption filetype=(c|cpp|go|java|javascript|objc|php|rust|sass|s
set-option buffer comment_block_end '*/'
}
hook global BufSetOption filetype=(cabal|haskell|moon) %{
hook global BufSetOption filetype=(cabal|haskell|moon|idris) %{
set-option buffer comment_line '-- '
set-option buffer comment_block_begin '{-'
set-option buffer comment_block_end '-}'