mustache.vim icon indicating copy to clipboard operation
mustache.vim copied to clipboard

Mustache indentation

Open devth opened this issue 12 years ago • 1 comments

mustache.vim should know how to indent opening and closing mustache tags:

{{#items}}
  {{foo}}
{{/items}

devth avatar May 30 '12 19:05 devth

Currently, the indent part is just borrowed from html indent, and I assumed the plugin is used in html environment only. This kind of indent is a bonus feature, that I may work on it some time later.

Pull requests are very well welcomed, if you can work it out.

juvenn avatar May 31 '12 01:05 juvenn