mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00

Problem: filetype: requirements-*.txt files are not recognized
Solution: Detect requirements-*.txt files as requirements filetype
(Xudong Zheng).
References:
- https://github.com/search?q=path%3Arequirements-*.txt&type=code
- https://github.com/zephyrproject-rtos/zephyr/tree/v4.2.0/scripts
closes: vim/vim#17894
d305729bc5
Co-authored-by: Xudong Zheng <7pkvm5aw@slicealias.com>