Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jolie/vim-jolie


https://github.com/jolie/vim-jolie

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# vim-jolie

This repo provides syntax highlighting for the programming language
[Jolie](https://www.jolie-lang.org/). Tokens are based largely on the
[VS Code syntax](https://github.com/jolie/vscode-jolie) with some cues from
other language files blended in.

## Installing

### Vim 8

With Vim 8, vim-jolie can be installed without additional plugins (see `:help packages` for details).

```
git clone https://github.com/jolie/vim-jolie ~/.vim/pack/plugins/start/vim-jolie
```