1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:10:05 +08:00
SpaceVim/docs/layers/lang/WebAssembly.md
Wang Shidong 7110672a95
Add lang#WebAssembly layer (#2068)
* Add lang#WebAssembly layer

* Update wiki
2018-08-21 21:56:23 +08:00

32 lines
540 B
Markdown

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