1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-27 12:50:04 +08:00
SpaceVim/docs/layers/lang/graphql.md
2019-02-03 20:51:00 +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"
```