1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-25 01:50:04 +08:00
SpaceVim/docs/layers/lang/graphql.md
Pieter Joost van de Sande 7a8d1c7bcb add graphql layer with lang#graphql layer (#2287)
* add graphql layer to docs

* add graphql layer to add graphql file support
2018-11-24 23:16:52 +08:00

32 lines
526 B
Markdown

---
title: "SpaceVim lang#graphql layer"
description: "This layer adds graphql file support to SpaceVim"
---
# [Available Layers](../../) >> lang#graphql
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Features](#features)
- [Install](#install)
<!-- vim-markdown-toc -->
## Description
This layer adds graphql file support to SpaceVim.
## Features
- syntax highlighting
## Install
To use this configuration layer, update custom configuration file with:
```toml
[[layers]]
name = "lang#graphql"
```