mirror of
https://github.com/neovim/neovim.git
synced 2026-07-23 09:23:09 +00:00
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
16d28548d2
Co-authored-by: Jon Parise <jon@indelible.org>