Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-20T22:04:42.000Z (over 5 years ago)
- Last Synced: 2024-11-10T23:34:39.263Z (3 months 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'
```