1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 23:10:04 +08:00
SpaceVim/docs/layers/lang/rescript.md

40 lines
787 B
Markdown
Raw Normal View History

---
title: "SpaceVim lang#rescript layer"
2021-06-21 20:39:29 +08:00
description: "This layer is for ReScript development, provides syntax checking, code runner and repl support for ReScript files."
---
# [Available Layers](../../) >> lang#rescript
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Install](#install)
- [Features](#features)
- [Key bindings](#key-bindings)
<!-- vim-markdown-toc -->
## Description
This layer is for [ReScript](https://rescript-lang.org/) development.
## Install
2021-06-21 20:39:29 +08:00
To use this configuration layer, update your custom configuration file with:
```toml
[[layers]]
name = "lang#rescript"
```
## Features
- syntax highlighting
- tasks detection
## Key bindings
| Key binding | Description |
| ----------- | -------------- |
| `SPC p t l` | list all tasks |