mirror of
https://github.com/neovim/neovim.git
synced 2026-02-07 04:17:22 +00:00
Problem: filetype: not all lex files are recognized
Solution: detect *.ll as lex, llvm or lifelines filetype, depending on
the content (Eisuke Kawashima)
closes: vim/vim#17560
48295111e5
Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>