mirror of
https://github.com/vim/vim.git
synced 2025-12-10 18:46:57 -05:00
Problem: filetype: not all starlark files are recognized Solution: Detect *.sky files as starlark filetype (Bruno Belanyi) References: - https://docs.bazel.build/versions/0.17.1/skylark/spec.html closes: #18807 Signed-off-by: Bruno Belanyi <bruno@belanyi.fr> Signed-off-by: Christian Brabandt <cb@256bit.org>