Add R and Rmd options for comment.kak
This commit is contained in:
parent
3bb576edde
commit
b74dfa1e74
|
@ -115,6 +115,10 @@ hook global BufSetOption filetype=python %{
|
||||||
set-option buffer comment_block_end "'''"
|
set-option buffer comment_block_end "'''"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hook global BufSetOption filetype=(r|rmd) %{
|
||||||
|
set-option buffer comment_line '#'
|
||||||
|
}
|
||||||
|
|
||||||
hook global BufSetOption filetype=ragel %{
|
hook global BufSetOption filetype=ragel %{
|
||||||
set-option buffer comment_line '%%'
|
set-option buffer comment_line '%%'
|
||||||
set-option buffer comment_block_begin '%%{'
|
set-option buffer comment_block_begin '%%{'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user