use lisp comments for scheme

This commit is contained in:
Calum 2021-02-22 01:21:04 +13:00
parent 978dfe4bdf
commit 3e456ae34e

View File

@ -72,7 +72,7 @@ hook global BufSetOption filetype=ledger %{
set-option buffer comment_line ';' 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_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 '|#'