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 151e0a6e18
add lang#erlang layer (#2074)
* Add lang#erlang layer

* Fix erlang omni patterns

* Add doc

* Add repl support for erlang

* Add lang#erlang layer

* Type
2018-08-22 20:40:25 +08:00

32 lines
545 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#WebAssembly"
```