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
- Host: GitHub
- URL: https://github.com/vmchale/ghci-syntax
- Owner: vmchale
- License: bsd-3-clause
- Created: 2017-10-05T01:12:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T21:01:32.000Z (over 5 years ago)
- Last Synced: 2025-04-04T08:01:39.672Z (about 1 month ago)
- Topics: ghci, haskell, syntax, syntax-highlighting, vim
- Language: Vim script
- Size: 17.6 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# syntax-ghci
[](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
```