vim-emblem icon indicating copy to clipboard operation
vim-emblem copied to clipboard

Adds emblem support to vim.

Results 6 vim-emblem issues
Sort by recently updated
recently updated
newest added

Seems very close to Custom tags here: https://github.com/yalesov/vim-emblem/blob/master/syntax/emblem.vim#L143 From emblemjs.com ``` / render Glimmer components %MyComponent @text="Hello World" ``` but looks like the regex only matches lower case. Would this...

A component in this form is highlighted correctly: ``` = component-name attr-one=value attr-two="text value" ``` But a component in this form is not: ``` = component-name [ attr-one=value attr-two="text value"...

![image](https://cloud.githubusercontent.com/assets/199018/17832349/b6ae16b2-66ce-11e6-8057-245157676b0e.png)

e.g.: ![img](http://f.cl.ly/items/332i0d2B0Q3V1K3k3o25/Screen%20Shot%202013-04-16%20at%207.19.39%20PM.png) Weirdly enough though, if i add a line above this block, it will correctly display: ![img](http://f.cl.ly/items/33153j0A092W0i2T2s1b/Screen%20Shot%202013-04-16%20at%207.21.49%20PM.png)

bug

Known bug: ``` emblem | text text text | more text | another line of text ``` _All_ the `|`'s will be highlighted as operators, although the one in the...

bug