---
title: "SpaceVim lang#rescript layer"
description: "This layer is for ReScript development, provide syntax checking, code runner and repl support for ReScript file."
---

# [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

To use this configuration layer, update 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 |