]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(graphql): contribute vim-graphql to Vim core
authorJon Parise <jon@indelible.org>
Mon, 23 Dec 2024 08:57:42 +0000 (09:57 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 23 Dec 2024 08:57:42 +0000 (09:57 +0100)
commit4ce1cb5bf1dc507224792543d8e56e6ab431a2b5
treef82214ae081854433f5ee8431d136c7a62671de7
parent89a107efd141d5a1fed850af80a74900077666cf
runtime(graphql): contribute vim-graphql to Vim core

Contribute the core of my vim-graphql project (ftplugin, indent, syntax)
to the Vim project. This replaces the basic ftplugin support that was
already in the runtime with a more complete set of filetype settings. I
can assume maintainership for all of these files.

I'll continue to maintain the higher-level embedded filetype support
separately (in vim-graphql) for now, because it's fairly complex, but we
can consider integrating that code directly into vim later.

runtime files use the MIT license.

closes: #16273

Signed-off-by: Jon Parise <jon@indelible.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/MAINTAINERS
runtime/ftplugin/graphql.vim
runtime/indent/graphql.vim [new file with mode: 0644]
runtime/syntax/graphql.vim [new file with mode: 0644]