Fix python comment chars
This commit is contained in:
parent
03eb128536
commit
3227fa7b57
|
@ -78,7 +78,8 @@ hook global BufSetOption filetype=(pug|rust) %{
|
|||
}
|
||||
|
||||
hook global BufSetOption filetype=python %{
|
||||
set buffer comment_selection_chars '""":"""'
|
||||
set buffer comment_line_chars '#'
|
||||
set buffer comment_selection_chars '\'\'\':\'\'\''
|
||||
}
|
||||
|
||||
hook global BufSetOption filetype=ragel %{
|
||||
|
|
Loading…
Reference in New Issue
Block a user