Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jolie/vim-jolie
https://github.com/jolie/vim-jolie
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jolie/vim-jolie
- Owner: jolie
- License: mit
- Created: 2021-05-19T14:19:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-20T14:28:59.000Z (over 3 years ago)
- Last Synced: 2024-08-03T12:03:32.481Z (4 months ago)
- Language: Vim script
- Size: 4.88 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```