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
- Host: GitHub
- URL: https://github.com/vmchale/ipkg-vim
- Owner: vmchale
- License: bsd-3-clause
- Created: 2017-09-05T03:27:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T00:34:13.000Z (about 5 years ago)
- Last Synced: 2025-04-04T08:01:33.173Z (3 months ago)
- Topics: idris, syntax, syntax-highlighting, vim
- Language: Vim script
- Size: 34.2 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ipkg-vim
This plugin provides syntax highlighting for `.ipkg` files.

## Installation
Using [vim-plug](https://github.com/junegunn/vim-plug):
```vim
Plug 'vmchale/ipkg-vim'
```