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

https://github.com/vmchale/ghci-syntax

Syntax highlighting for ghci configuration files
https://github.com/vmchale/ghci-syntax

ghci haskell syntax syntax-highlighting vim

Last synced: 21 days ago
JSON representation

Syntax highlighting for ghci configuration files

Awesome Lists containing this project

README

        

# syntax-ghci

[![Build Status](https://travis-ci.org/vmchale/ghci-syntax.svg?branch=master)](https://travis-ci.org/vmchale/ghci-syntax)

Syntax highlighting for `.ghci` configuration files.

## Installation

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

```vim
Plug 'vmchale/ghci-syntax'
```

## Documentation

To view documentation for the plugin:

```vim
:GHCiContents
```