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
16
# Runlet for Vim and Neovim

This runtime package provides `.rnlt` file detection, syntax highlighting,
comment settings, and suffix lookup. Link it into Vim's native package path:

```sh
mkdir -p ~/.vim/pack/runlet/start
ln -s "$PWD/editors/vim" ~/.vim/pack/runlet/start/runlet
```

For Neovim:

```sh
mkdir -p ~/.local/share/nvim/site/pack/runlet/start
ln -s "$PWD/editors/vim" ~/.local/share/nvim/site/pack/runlet/start/runlet
```