Patch for freemarker vim syntax plugin
tyru <[email protected]>
| Newsgroups | gmane.comp.web.freemarker.devel |
|---|---|
| Message-ID | <CAKEvVzsv6v1jAXmQriivfeXd5T2kRn5GvAO7dPZkhy42VWjOdA@mail.gmail.com> |
Hi freemarker-devel list.
I've fix a few issues and add new feature to ftl.vim syntax plugin.
(I've gotten original source from
http://freemarker.sourceforge.net/editors.html)
Would you include this patch?
Feature:
The new feature is to highlight html tags.
Original ftl.vim only highlights ftl tags.
The user can disable the feature by adding setting to .vimrc:
let g:ftl_no_html = 1
The feature enabled by default.
Fixed Issues:
* Missing boilerplates of vim syntax plugin
* b:current_syntax is not defined. vim syntax plugin must define it.
* if b:current_syntax is defined, do not load syntax plugin
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
FreeMarker-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freemarker-devel
ftl.vim
(application/octet-stream, 2.4 KB) - not displayed