mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00

Problem: filetype: some json files are not recognized
Solution: Detect '.jscsrc' and '.vsconfig' as jsonc filetype
(Wu, Zhenyu)
See:
- https://github.com/microsoft/PowerToys/blob/main/.vsconfig
- https://jscs-dev.github.io/
closes: vim/vim#14452
c59a8648b2
Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>