mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:50:03 +08:00
40 lines
780 B
Markdown
40 lines
780 B
Markdown
---
|
|
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 |
|