---
title: "SpaceVim lang#slim layer"
description: "This layer is for slim development, includes syntax highlighting for slim files."
---

# [Available Layers](../../) >> lang#slim

<!-- vim-markdown-toc GFM -->

- [Description](#description)
- [Install](#install)

<!-- vim-markdown-toc -->

## Description

This layer provides syntax highlighting for [Slim Template Language](http://slim-lang.com/).

## Install

To use this configuration layer, update your custom configuration file with:

```toml
[[layers]]
  name = "lang#slim"
```