Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbrisbin/vim-syntax-shakespeare
A set of vim syntax files for highlighting the various Html templating languages in Haskell
https://github.com/pbrisbin/vim-syntax-shakespeare
haskell vim
Last synced: about 2 months ago
JSON representation
A set of vim syntax files for highlighting the various Html templating languages in Haskell
- Host: GitHub
- URL: https://github.com/pbrisbin/vim-syntax-shakespeare
- Owner: pbrisbin
- License: mit
- Created: 2011-03-12T19:39:43.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T12:29:27.000Z (over 6 years ago)
- Last Synced: 2024-10-23T06:08:56.082Z (2 months ago)
- Topics: haskell, vim
- Language: Vim script
- Homepage:
- Size: 601 KB
- Stars: 129
- Watchers: 8
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shakespeare Syntax
Vim syntax files for the [shakespeare][] templating languages used by Yesod.
[shakespeare]: http://hackage.haskell.org/package/shakespeare
![Screenshot](screenshot.png)
## Usage
Add `pbrisbin/vim-syntax-shakespeare` using your preferred plugin manager.
## Configuration
Allow one-liner QQs even if they have invalid nesting:
```vim
let g:hamlet_prevent_invalid_nesting = 0
```Don't highlight empty space at the end of lines:
```vim
let g:hamlet_highlight_trailing_space = 0
```---
[LICENSE](./LICENSE)