mirror of
https://github.com/neovim/neovim.git
synced 2026-02-21 01:40:19 +10:00
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: vim/vim#19460
7d93ae57f0
Co-authored-by: Thomas Dupuy <thom4s.d@gmail.com>