diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -207,6 +207,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`language_glsl`](plugins/language_glsl.lua?raw=1) | Syntax for the [GLSL](https://www.khronos.org/registry/OpenGL/specs/gl/) programming language | | [`language_gmi`](plugins/language_gmi.lua?raw=1) | Syntax for the [Gemtext](https://gemini.circumlunar.space/docs/gemtext.gmi) markup language | | [`language_go`](plugins/language_go.lua?raw=1) | Syntax for the [Go](https://golang.org/) programming language | +| [`language_graphql`](plugins/language_graphql.lua?raw=1) | Syntax for the [GraphQL](https://graphql.org/) query language, and server-side runtime for executing queries using a type system. | | [`language_gravity`](plugins/language_gravity.lua?raw=1) | Syntax for the [Gravity](https://marcobambini.github.io/gravity/) programming language. | | [`language_hare`](plugins/language_hare.lua?raw=1) | Syntax for the [Hare](https://harelang.org) programming language | | [`language_haxe`](plugins/language_haxe.lua?raw=1) | Syntax for the [Haxe](https://haxe.org) programming language | |