summaryrefslogtreecommitdiff
path: root/uvim/runtime/syntax/testdir/input/codeowners.txt
blob: c2fb96cb2d1b41092fd191c842ab14bd04501135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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

# mnv: set ft=codeowners: