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