othree / html5.vim

HTML5 omnicomplete and syntax
http://www.vim.org/scripts/script.php?script_id=3236
934 stars 76 forks source link

No indentation or highlighting for Javascript micro templates #28

Closed medihack closed 11 years ago

medihack commented 11 years ago

html5.vim does currently not support micro templates. Those html based templates are typically inside <script type="text/html" id="my-tpl"> or <script type="text/template" id="my-tpl">. It would be a nice feature.

othree commented 11 years ago

Patch welcome :smiley:

othree commented 11 years ago

@medihack Please try latest version to see is it works.