mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04: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: #18158 Signed-off-by: Volodymyr Chernetskyi <19735328+chernetskyi@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>