--- title: "SpaceVim lang#rescript layer" description: "This layer is for ReScript development, provides syntax checking, code runner and repl support for ReScript files." --- # [Available Layers](../../) >> lang#rescript - [Description](#description) - [Install](#install) - [Features](#features) - [Key bindings](#key-bindings) ## Description This layer is for [ReScript](https://rescript-lang.org/) development. ## Install 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 |