Comments for Idris
This commit is contained in:
parent
7325ad216c
commit
bbd1fd6576
|
@ -20,7 +20,7 @@ hook global BufSetOption filetype=(c|cpp|go|java|javascript|objc|php|rust|sass|s
|
||||||
set-option buffer comment_block_end '*/'
|
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_line '-- '
|
||||||
set-option buffer comment_block_begin '{-'
|
set-option buffer comment_block_begin '{-'
|
||||||
set-option buffer comment_block_end '-}'
|
set-option buffer comment_block_end '-}'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user