vim-syntax-shakespeare icon indicating copy to clipboard operation
vim-syntax-shakespeare copied to clipboard

A set of vim syntax files for highlighting the various Html templating languages in Haskell

Results 5 vim-syntax-shakespeare issues
Sort by recently updated
recently updated
newest added

![](http://files.pbrisbin.com/screenshots/screenshot.20853.png) It should highlight correctly when nested.

bug
lucius

Is there any way to highlight the GT and LT symbols in a tag like so that the symbols are distinct from the word? That might be nice if possible.

enhancement
hamlet

``` /* Some javascript */ More hamlet ``` Should highlight anything after `` until an indentation reset as JavaScript.

enhancement
hamlet

![](http://files.pbrisbin.com/screenshots/screenshot.20907.png)

bug
lucius

Hamlet allows certain tags to be added in-line: ``` Like this. ``` These should be highlighted as the HTML tags they are.

enhancement
hamlet