2020-01-30 14:31:07 +08:00
|
|
|
---
|
|
|
|
title: "SpaceVim lang#lasso layer"
|
|
|
|
description: "Lasso language support, include syntax highlighting."
|
|
|
|
---
|
|
|
|
|
|
|
|
# [Available Layers](../../) >> lang#lasso
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
|
|
|
|
- [Description](#description)
|
|
|
|
- [Install](#install)
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
2021-06-21 20:39:29 +08:00
|
|
|
This layer is for editing lasso file, including syntax highlighting.
|
2020-01-30 14:31:07 +08:00
|
|
|
|
|
|
|
## Install
|
|
|
|
|
2021-06-21 20:39:29 +08:00
|
|
|
To use this configuration layer, update your custom configuration file with:
|
2020-01-30 14:31:07 +08:00
|
|
|
|
|
|
|
```toml
|
|
|
|
[[layers]]
|
|
|
|
name = "lang#lasso"
|
|
|
|
```
|
|
|
|
|