summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/syntax/graphql.vim
AgeCommit message (Collapse)AuthorFiles
2026-04-22vim-patch:16d2854: runtime(graphql): Update syntax script to September 2025 speczeertzjq1
A new graphqlEscape syntax graph has been introduced to represent escape sequences within strings, including the braced unicode form (\u{H+}) added in the September 2025 specification. See: https://spec.graphql.org/September2025/ closes: vim/vim#20030 https://github.com/vim/vim/commit/16d28548d2d3c49733750b6ab7a50bc05ab65e0c Co-authored-by: Jon Parise <jon@indelible.org>
2024-12-23vim-patch:4ce1cb5: runtime(graphql): contribute vim-graphql to Vim coreChristian Clason1
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: vim/vim#16273 https://github.com/vim/vim/commit/4ce1cb5bf1dc507224792543d8e56e6ab431a2b5 Co-authored-by: Jon Parise <jon@indelible.org>