Configure comment_line for the ledger filetype
This commit is contained in:
parent
2d15c13c1e
commit
0bd57817b3
|
@ -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 '#|'
|
||||
|
|
Loading…
Reference in New Issue
Block a user