A set of vim syntax files for highlighting the various Html templating languages in Haskell
  • Vim Script 95.7%
  • Haskell 4.3%
Find a file
2018-06-25 08:29:26 -04:00
after/syntax check if current syntax exists 2018-06-25 08:29:26 -04:00
ftdetect Add MIT license, closes #15 2014-06-15 09:04:26 -04:00
ftplugin Add cassius/lucius ftplugin for CSS omnicompletion 2014-11-12 15:29:19 -08:00
syntax Update cassius from css.vim 2016-11-19 17:44:19 -05:00
test Add test case for #18 2016-11-19 17:50:57 -05:00
LICENSE LICENSE grooming 2017-08-29 15:25:43 -04:00
README.md Re-order README 2017-08-29 15:32:48 -04:00
screenshot.png Attempt to fix dead screenshot link 2015-11-28 11:33:08 -05:00

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