Skip to content

Commit

Permalink
Note runtime support in Vim 9.1.0955
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Dec 23, 2024
1 parent f2e7754 commit cd2667f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This Vim plugin provides [GraphQL](https://graphql.org/) file detection, syntax
highlighting, and indentation. It currently targets the [October 2021
Edition](https://spec.graphql.org/October2021/) of the GraphQL specification.

The core runtime files are also included with Vim 9.1.0955+. They provide the
foundational support (ftplugin, indent, syntax) for the `graphql` filetype.
This plugin includes the most up-to-date version of those runtime files as well
as support for embedding GraphQL syntax inside of other filetype buffers (such
as JavaScript).

## Installation

This plugin requires Vim version 8 or later. Equivalent Neovim versions
Expand Down

0 comments on commit cd2667f

Please sign in to comment.