--- title: "SpaceVim lang#assembly layer" description: "This layer adds Assembly language support to SpaceVim, including syntax highlighting." --- # [Available Layers](../../) >> lang#assembly - [Description](#description) - [Features](#features) - [Install](#install) ## 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" ```