2018-11-24 23:16:52 +08:00
|
|
|
---
|
|
|
|
title: "SpaceVim lang#graphql layer"
|
2019-02-03 20:51:01 +08:00
|
|
|
description: "This layer adds GraphQL file support to SpaceVim"
|
2018-11-24 23:16:52 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
# [Available Layers](../../) >> lang#graphql
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
|
|
|
|
- [Description](#description)
|
|
|
|
- [Features](#features)
|
|
|
|
- [Install](#install)
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
2019-02-03 20:51:01 +08:00
|
|
|
This layer adds GraphQL file support to SpaceVim.
|
2018-11-24 23:16:52 +08:00
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
- syntax highlighting
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
|
|
|
To use this configuration layer, update custom configuration file with:
|
|
|
|
|
|
|
|
```toml
|
|
|
|
[[layers]]
|
|
|
|
name = "lang#graphql"
|
|
|
|
```
|