Skip to content

Commit

Permalink
Re-order README
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Aug 29, 2017
1 parent 0b10ad7 commit 2121bc3
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Shakespeare Syntax

A collection of vim syntax files for working in the [shakespeare][]
templating languages used by Yesod.
Vim syntax files for the [shakespeare][] templating languages used by Yesod.

[shakespeare]: http://hackage.haskell.org/package/shakespeare

## Installation
![Screenshot](screenshot.png)

## Usage

Add `pbrisbin/vim-syntax-shakespeare` using your preferred plugin manager.

## Options
## Configuration

Allow one-liner QQs even if they have invalid nesting:

Expand All @@ -23,12 +24,6 @@ Don't highlight empty space at the end of lines:
let g:hamlet_highlight_trailing_space = 0
```

### Screenshots

Embedded hamlet in a haskell source file:

![Screenshot](screenshot.png)

---

[LICENSE](./LICENSE)

0 comments on commit 2121bc3

Please sign in to comment.