vim-ember-hbs icon indicating copy to clipboard operation
vim-ember-hbs copied to clipboard

Ember Handlebars/HTMLBars plugin for Vim with indentation support

Results 5 vim-ember-hbs issues
Sort by recently updated
recently updated
newest added

How to reproduce : set up this text ``` {{#if true}} text text {{/if}} ``` exit insert mode. put your cursor on the text line anywhere after the first t,...

Hi, just noticed that this happens for templates that use sub-components with hyphens in their name. The following example uses [ember-paper](https://github.com/miguelcobain/ember-paper) to demonstrate: ``` Hello, World! Next ``` This syntax...

[mustache/vim-mustache-handlebars](/mustache/vim-mustache-handlebars) is the official Vim syntax highlighting/indentation plugin from the Mustache project. What is the advantage to using this over the official one? I wonder if it would be better...

With the current indentation logic its kinda impossible to correctly indent the following: ```handlebars {{#multiline mustache=with block}} . {{/multiline}} ``` as we cannot easily tell wether `block}}` actually ends a...

![image](https://user-images.githubusercontent.com/199018/43019518-49cce08a-8c2b-11e8-97da-515fd9d3b3cb.png)