2021-02-15 15:14:24 +08:00
|
|
|
---
|
|
|
|
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."
|
2021-02-15 15:14:24 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
# [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:
|
2021-02-15 15:14:24 +08:00
|
|
|
|
|
|
|
```toml
|
|
|
|
[[layers]]
|
|
|
|
name = "lang#rescript"
|
|
|
|
```
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
- syntax highlighting
|
|
|
|
- tasks detection
|
|
|
|
|
|
|
|
## Key bindings
|
|
|
|
|
|
|
|
| Key binding | Description |
|
|
|
|
| ----------- | -------------- |
|
|
|
|
| `SPC p t l` | list all tasks |
|