Teach :comment-line about the fennel language

Fixes #4292
This commit is contained in:
Johannes Altmanninger 2021-08-07 20:30:29 +02:00
parent 580869fd49
commit 89229bab39

View File

@ -50,7 +50,7 @@ hook global BufSetOption filetype=d %{
set-option buffer comment_block_end '+/'
}
hook global BufSetOption filetype=(gas|ini) %{
hook global BufSetOption filetype=(fennel|gas|ini) %{
set-option buffer comment_line ';'
}