Merge branch 'add-comment-chars-for-scheme' of https://github.com/Calum-J-I/kakoune
This commit is contained in:
commit
84211d2b60
|
@ -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 '|#'
|
||||
|
|
Loading…
Reference in New Issue
Block a user