Logo
Explore Help
Sign In
CC-tea/org-vim
1
0
Fork 0
You've already forked org-vim
mirror of https://github.com/vim/vim.git synced 2026-04-25 04:55:57 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
9774651ecfab18ee0cd54b4e8a3c85497347fb73
org-vim/runtime/syntax/testdir/input/codeowners.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
306 B
Plaintext
Raw Normal View History

patch 9.1.1764: filetype: CODEOWNERS file not recognized 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: #18299 Signed-off-by: Jon Parise <jon@indelible.org> Signed-off-by: Christian Brabandt <cb@256bit.org>
2025-09-15 19:35:47 +00:00
# This is a comment.
# Each line is a file pattern followed by one or more owners.
* @global-owner1 @global-owner2
*.js @js-owner #This is an inline comment.
*.go docs@example.com
*.txt @octo-org/octocats
/a/b/ @doctocat
docs/* docs@example.com @other
**/logs @octocat
# vim: set ft=codeowners:
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 10906ms Template: 4677ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API