mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-11 10:25:33 +03:00
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 "'''"
|
||||
}
|
||||
|
||||
hook global BufSetOption filetype=(r|rmd) %{
|
||||
hook global BufSetOption filetype=r %{
|
||||
set-option buffer comment_line '#'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user