Add comment symbols for r filetypes, remove rmd for now
This commit is contained in:
parent
b74dfa1e74
commit
0a978865f4
|
@ -115,7 +115,7 @@ hook global BufSetOption filetype=python %{
|
||||||
set-option buffer comment_block_end "'''"
|
set-option buffer comment_block_end "'''"
|
||||||
}
|
}
|
||||||
|
|
||||||
hook global BufSetOption filetype=(r|rmd) %{
|
hook global BufSetOption filetype=r %{
|
||||||
set-option buffer comment_line '#'
|
set-option buffer comment_line '#'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user