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

Problem: filetype: kyaml files are not recognized
Solution: Detect *.kyml files as yaml filetype
(Volodymyr Chernetskyi)
References:
- https://kubernetes.io/blog/2025/08/27/kubernetes-v1-34-release/#alpha-support-for-kyaml-a-kubernetes-dialect-of-yaml
closes: vim/vim#18158
d5c89cc6bb
Co-authored-by: Volodymyr Chernetskyi <19735328+chernetskyi@users.noreply.github.com>