mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-23 23:34:12 +03:00
feat(comment.kak): add OCaml and Coq cases
This commit is contained in:
parent
ce96c3f262
commit
6523f57d72
@ -90,6 +90,11 @@ hook global BufSetOption filetype=markdown %{
|
||||
set-option buffer comment_block_end '"'
|
||||
}
|
||||
|
||||
hook global BufSetOption filetype=(ocaml|coq) %{
|
||||
set-option buffer comment_block_begin '(* '
|
||||
set-option buffer comment_block_end ' *)'
|
||||
}
|
||||
|
||||
hook global BufSetOption filetype=perl %{
|
||||
set-option buffer comment_block_begin '#['
|
||||
set-option buffer comment_block_end ']'
|
||||
|
Loading…
Reference in New Issue
Block a user