mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 03:00:06 +08:00
ec7d944fcc
* Add lang#assembly layer * Add doc * Update doc
32 lines
571 B
Markdown
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"
|
|
```
|