]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(graphql): Update syntax script to September 2025 spec
authorJon Parise <jon@indelible.org>
Tue, 21 Apr 2026 19:25:54 +0000 (19:25 +0000)
committerChristian Brabandt <cb@256bit.org>
Tue, 21 Apr 2026 19:25:54 +0000 (19:25 +0000)
commit16d28548d2d3c49733750b6ab7a50bc05ab65e0c
tree5ed8e3997346ae47019d73c492a5ceb129ce1adf
parentd4fb31762ea0b9de6fffb529c4ffee509621f74c
runtime(graphql): Update syntax script to September 2025 spec

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: #20030

Signed-off-by: Jon Parise <jon@indelible.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/graphql.vim