Skip to content

Commit cd2667f

Browse files
committed
Note runtime support in Vim 9.1.0955
1 parent f2e7754 commit cd2667f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ This Vim plugin provides [GraphQL](https://graphql.org/) file detection, syntax
44
highlighting, and indentation. It currently targets the [October 2021
55
Edition](https://spec.graphql.org/October2021/) of the GraphQL specification.
66

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

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

0 commit comments

Comments
 (0)