Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmchale/compleat-vim
Vim syntax highlighting for compleat usage files
https://github.com/vmchale/compleat-vim
compleat haskell syntax syntax-highlighting vim vim-plugin
Last synced: 29 days ago
JSON representation
Vim syntax highlighting for compleat usage files
- Host: GitHub
- URL: https://github.com/vmchale/compleat-vim
- Owner: vmchale
- License: bsd-3-clause
- Created: 2017-10-07T23:09:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-07T23:40:33.000Z (over 7 years ago)
- Last Synced: 2024-11-10T23:34:34.868Z (3 months ago)
- Topics: compleat, haskell, syntax, syntax-highlighting, vim, vim-plugin
- Language: Vim script
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# compleat-vim
[![Build Status](https://travis-ci.org/vmchale/compleat-vim.svg?branch=master)](https://travis-ci.org/vmchale/compleat-vim)
Syntax highlighting for `.usage` files from
[compleat](https://github.com/mbrubeck/compleat).## Installation
Using [vim-plug](https://github.com/junegunn/vim-plug):
```vim
Plug 'vmchale/compleat-vim
```