mirror of
https://github.com/neovim/neovim.git
synced 2025-12-02 23:13:01 +00:00
Problem: filetype: alsoft config files are not recognized
Solution: detect alsoft config files as dosini filetype
(David Mandelberg)
References:
* code with paths to config: ReadALConfig() in
https://github.com/kcat/openal-soft/blob/master/alc/alconfig.cpp
* example config:
https://github.com/kcat/openal-soft/blob/master/alsoftrc.sample
closes: vim/vim#17140
1d96caaa4b
Co-authored-by: David Mandelberg <david@mandelberg.org>