mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:10:05 +08:00
151e0a6e18
* Add lang#erlang layer * Fix erlang omni patterns * Add doc * Add repl support for erlang * Add lang#erlang layer * Type
32 lines
545 B
Markdown
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"
|
|
```
|