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

https://github.com/vmchale/ipkg-vim

Syntax highlighting for Idris package files
https://github.com/vmchale/ipkg-vim

idris syntax syntax-highlighting vim

Last synced: about 2 months ago
JSON representation

Syntax highlighting for Idris package files

Awesome Lists containing this project

README

        

# ipkg-vim

This plugin provides syntax highlighting for `.ipkg` files.

![Syntax highlighting for a sample file.](https://raw.githubusercontent.com/vmchale/ipkg-vim/master/syntax-highlighting-ipkg.png)

## Installation

Using [vim-plug](https://github.com/junegunn/vim-plug):

```vim
Plug 'vmchale/ipkg-vim'
```