mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:10:05 +08:00
062010cc03
* Add doc for lang#pascal layer * Add doc for lang#slim layer
27 lines
531 B
Markdown
27 lines
531 B
Markdown
---
|
|
title: "SpaceVim lang#slim layer"
|
|
description: "This layer is for slim development, includes syntax highlighting for slim file."
|
|
---
|
|
|
|
# [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 custom configuration file with:
|
|
|
|
```toml
|
|
[[layers]]
|
|
name = "lang#slim"
|
|
```
|