summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMaxim Kim <habamax@gmail.com>2023-12-11 01:57:41 +1100
committerGitHub <noreply@github.com>2023-12-10 15:57:41 +0100
commitca7c9b1b59263938eea8dd5a197ca8312ffa91ac (patch)
tree2ee0666cc4aab7653d674c5e4f1125f6aa3276f5 /.github
parentf6869212c9e19ec8f2a4434732dd28f84f170163 (diff)
runtime(json): Add json formating plugin (Issue #11426) (#11506)
related: #11426 Signed-off-by: Maxim Kim <habamax@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 6bdc00ecb9..af32d6a3ab 100644
--- 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