This commit is contained in:
Maxime Coste 2021-01-28 21:06:14 +11:00
commit 8738be1252

View File

@ -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 %{
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 '%%{'