--- 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" ```