Merge branch 'add-comment-chars-for-scheme' of https://github.com/Calum-J-I/kakoune

This commit is contained in:
Maxime Coste 2021-02-25 20:22:02 +11:00
commit 84211d2b60

View File

@ -72,7 +72,7 @@ hook global BufSetOption filetype=ledger %{
set-option buffer comment_line ';'
}
hook global BufSetOption filetype=lisp %{
hook global BufSetOption filetype=(lisp|scheme) %{
set-option buffer comment_line ';'
set-option buffer comment_block_begin '#|'
set-option buffer comment_block_end '|#'