runlet 0.1.0

A semantic executable model for the Runlet orchestration language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Runlet for Visual Studio Code

This extension provides syntax highlighting, bracket matching, comment
commands, automatic closing pairs, and folding for `.rnlt` files. It has no
runtime dependencies.

To build an installable extension from the repository root:

```sh
(cd editors/vscode && npx --yes @vscode/vsce package \
  --out ../../runlet-language.vsix --allow-missing-repository --skip-license)
code --install-extension runlet-language.vsix
```

For extension development, open `editors/vscode` in VS Code and press F5.