mirror of
https://github.com/vim/vim.git
synced 2026-05-28 00:21:37 +02:00
7d93ae57f0
Problem: filetype: yara files are not recognized
Solution: Detect *.yara and *.yar files as yara filetype
(Thomas Dupuy).
Reference:
- https://github.com/VirusTotal/yara
- https://github.com/VirusTotal/yara-x
closes: #19460
Signed-off-by: Thomas Dupuy <thom4s.d@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>