]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0027: filetype: yara files are not recognized v9.2.0027
authorThomas Dupuy <thom4s.d@gmail.com>
Thu, 19 Feb 2026 16:12:06 +0000 (16:12 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 19 Feb 2026 16:12:06 +0000 (16:12 +0000)
commit7d93ae57f0dc9da7eee8d582dd0d5a22922ffed8
treee9fd32d33bd6ddac7df810a62b1788b53e183fa6
parente9e4e30ee4c8241242628c59770d3f923b085494
patch 9.2.0027: filetype: yara files are not recognized

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>
runtime/autoload/dist/ft.vim
src/testdir/test_filetype.vim
src/version.c