https://github.com/vmchale/c2hs-vim
Syntax highlighting for c2hs files
https://github.com/vmchale/c2hs-vim
c2hs haskell syntax-highlighting vim vimscript
Last synced: 11 months ago
JSON representation
Syntax highlighting for c2hs files
- Host: GitHub
- URL: https://github.com/vmchale/c2hs-vim
- Owner: vmchale
- License: bsd-3-clause
- Created: 2019-09-04T00:32:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-20T22:04:42.000Z (over 6 years ago)
- Last Synced: 2025-01-08T12:08:13.965Z (about 1 year ago)
- Topics: c2hs, haskell, syntax-highlighting, vim, vimscript
- Language: Vim script
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# c2hs-vim
This plugin provides syntax highlighting for
[c2hs](http://hackage.haskell.org/package/c2hs) files.
## Installation
Using [vim-plug](https://github.com/junegunn/vim-plug):
```vim
Plug 'vmchale/c2hs-vim'
```