Configure comment_line for the ledger filetype

This commit is contained in:
codesoap 2019-07-12 13:57:48 +02:00
parent 2d15c13c1e
commit 0bd57817b3

View File

@ -67,6 +67,10 @@ hook global BufSetOption filetype=latex %{
set-option buffer comment_line '%'
}
hook global BufSetOption filetype=ledger %{
set-option buffer comment_line ';'
}
hook global BufSetOption filetype=lisp %{
set-option buffer comment_line ';'
set-option buffer comment_block_begin '#|'