mirror of
https://github.com/neovim/neovim.git
synced 2026-06-30 19:57:54 +00:00
vim-patch:8513982: runtime(fennel): add more ";" comment leaders to 'comments'
closes: vim/vim#20579
8513982a5e
Co-authored-by: yilisharcs <yilisharcs@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ endif
|
||||
let b:did_ftplugin = 1
|
||||
|
||||
setlocal commentstring=;\ %s
|
||||
setlocal comments=:;;,:;
|
||||
setlocal comments=:;;;;,:;;;,:;;,:;
|
||||
setlocal formatoptions-=t
|
||||
setlocal suffixesadd=.fnl
|
||||
setlocal lisp
|
||||
|
||||
Reference in New Issue
Block a user