use lisp comments for scheme
This commit is contained in:
parent
978dfe4bdf
commit
3e456ae34e
|
@ -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 '|#'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user