mirror of
https://github.com/neovim/neovim.git
synced 2025-12-28 00:54:49 +00:00
Problem: filetype: various ignore are not recognized
Solution: detect rg/docker/npm/vvsce ignore files as 'gitgnore' filetype
(Wu, Zhenyu)
Not only prettier, but many programs also support ignore files (like rg,
docker, npm, vscode). So use the gitignore filetype for them due to same syntax
closes: vim/vim#16428
8cbe2e0a0a
Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>