Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 537 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 537 Bytes

Shakespeare Syntax

Vim syntax files for the shakespeare templating languages used by Yesod.

Screenshot

Usage

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

Configuration

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

let g:hamlet_prevent_invalid_nesting = 0

Don't highlight empty space at the end of lines:

let g:hamlet_highlight_trailing_space = 0

LICENSE