1 Commits

Author SHA1 Message Date
zeertzjq
e1c4e5523f vim-patch:39ee7d1: runtime(yara): add ftplugin for yara filetype (#38361)
Add a minimal ftplugin `runtime/ftplugin/yara.vim` that sets:
- `commentstring` for YARA line comments (`//`)
- `comments` for YARA block comment (`/* */`)
- `formatoptions` to wrap comment lines and continue comment after newlines
This was heavily inspired from `runtime/ftplugin/c.vim`

closes: vim/vim#19736

39ee7d17b9

Co-authored-by: Thomas Dupuy <thom4s.d@gmail.com>
2026-03-19 11:10:39 +08:00