diff .github/CODEOWNERS @ 33904:c2955068ea16

runtime(json): Add json formating plugin (Issue #11426) (#11506) Commit: https://github.com/vim/vim/commit/ca7c9b1b59263938eea8dd5a197ca8312ffa91ac Author: Maxim Kim <habamax@gmail.com> Date: Mon Dec 11 01:57:41 2023 +1100 runtime(json): Add json formating plugin (Issue https://github.com/vim/vim/issues/11426) (https://github.com/vim/vim/issues/11506) related: https://github.com/vim/vim/issues/11426 Signed-off-by: Maxim Kim <habamax@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Dec 2023 16:00:04 +0100
parents eb3f61da6d5e
children ff27442e7851
line wrap: on
line diff
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -23,6 +23,7 @@ runtime/autoload/tar.vim		@cecamp
 runtime/autoload/vimball.vim		@cecamp
 runtime/autoload/xmlformat.vim		@chrisbra
 runtime/autoload/zip.vim		@cecamp
+runtime/autoload/dist/json.vim		@habamax
 runtime/colors/blue.vim			@habamax @romainl @neutaaaaan
 runtime/colors/darkblue.vim		@habamax @romainl @neutaaaaan
 runtime/colors/default.vim		@habamax @romainl @neutaaaaan