0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

Codeowners: add KBelabas for runtime/syntax/gp.vim (#12898)

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Karim Belabas
2023-08-23 18:07:23 +02:00
committed by GitHub
parent 544b209a2d
commit 9180633e68

1
.github/CODEOWNERS vendored
View File

@@ -384,6 +384,7 @@ runtime/syntax/gitolite.vim @sitaramc
runtime/syntax/gitrebase.vim @tpope
runtime/syntax/go.vim @bhcleek
runtime/syntax/godoc.vim @dbarnett
runtime/syntax/gp.vim @KBelabas
runtime/syntax/gprof.vim @dpelle
runtime/syntax/groff.vim @jmarshall
runtime/syntax/gyp.vim @ObserverOfTime