summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/syntax/codeowners.vim
AgeCommit message (Collapse)AuthorFiles
2025-09-16vim-patch:9.1.1764: filetype: CODEOWNERS file not recognized (#35789)zeertzjq1
Problem: filetype: CODEOWNERS file not recognized Solution: Detect CODEOWNERS file as codeowners filetype, include a syntax and filetype plugin (Jon Parise). CODEOWNERS files define code ownership rules for GitHub-hosted (and other) repositories. The syntax is similar to 'gitignore' files but differs in enough ways to warrant its own filetype. References: - https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners closes: vim/vim#18299 https://github.com/vim/vim/commit/817e4d3ee6b051477596ba1d86a2631d9fabc95b Co-authored-by: Jon Parise <jon@indelible.org>