1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 03:00:06 +08:00
SpaceVim/docs/layers/lang/WebAssembly.md

32 lines
545 B
Markdown
Raw Normal View History

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