https://github.com/vmchale/ion-vim
Syntax highlighting for the ion shell
https://github.com/vmchale/ion-vim
Last synced: 11 months ago
JSON representation
Syntax highlighting for the ion shell
- Host: GitHub
- URL: https://github.com/vmchale/ion-vim
- Owner: vmchale
- License: bsd-3-clause
- Created: 2017-06-27T00:42:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T16:11:08.000Z (about 7 years ago)
- Last Synced: 2025-01-08T12:08:07.826Z (about 1 year ago)
- Language: Vim script
- Size: 7.81 KB
- Stars: 14
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ion-vim
This is a vim plugin that provides syntax highlighting for the
[ion](https://github.com/redox-os/ion) shell.
## Installation
Using [vim-plug](https://github.com/junegunn/vim-plug):
```vimscript
Plug 'vmchale/ion-vim'
```