mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:20:03 +08:00
28 lines
482 B
Markdown
28 lines
482 B
Markdown
|
---
|
||
|
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
|
||
|
|
||
|
This layer is for editing lasso file, include syntax highlighting.
|
||
|
|
||
|
## Install
|
||
|
|
||
|
To use this configuration layer, update custom configuration file with:
|
||
|
|
||
|
```toml
|
||
|
[[layers]]
|
||
|
name = "lang#lasso"
|
||
|
```
|
||
|
|