1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:20:04 +08:00
SpaceVim/docs/layers/lang/assembly.md
Wang Shidong ec7d944fcc
Add lang#assembly layer (#2979)
* Add lang#assembly layer

* Add doc

* Update doc
2019-07-31 21:35:57 +08:00

32 lines
571 B
Markdown

---
title: "SpaceVim lang#assembly layer"
description: "This layer adds Assembly language support to SpaceVim, including syntax highlighting."
---
# [Available Layers](../../) >> lang#assembly
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Features](#features)
- [Install](#install)
<!-- vim-markdown-toc -->
## Description
This layer adds Assembly language support to SpaceVim.
## Features
- syntax highlighting
## Install
To use this configuration layer, update custom configuration file with:
```toml
[[layers]]
name = "lang#assembly"
```