1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:40:04 +08:00
SpaceVim/docs/layers/lang/slim.md

27 lines
537 B
Markdown
Raw Normal View History

---
title: "SpaceVim lang#slim layer"
2021-06-21 20:39:29 +08:00
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
2021-06-21 20:39:29 +08:00
To use this configuration layer, update your custom configuration file with:
```toml
[[layers]]
name = "lang#slim"
```