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

28 lines
489 B
Markdown
Raw Normal View History

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