atom-plugin
atom-plugin copied to clipboard
Experimental Atom plugin for new Emmet
`C:\Users\Edward>apm install emmetio/atom-plugin Cloning https://github.com/emmetio/atom-plugin.git failed Installing modules done Cannot read property 'getReferenceTarget' of null`
Hi, I just wondered if the "wrap-in-tag" functionality (Ctrl+Alt+W) is already available in this version? (It allows selection of code and wrapping the selected code in tags, much like in...
Here are more and more grammars support jsx, like js/jsx/tsx/reasonml, I think it would be better to make this configurable.
`t-attribute[name=style if="{state('src')"]` Reason: missing `}`, which shouldn’t interfere since it’s a quoted value
When typing color, got this  When typing back..., the `background-attachment...` always occupy the first position in the list. 
See and  and  These are cases of invalid abbreviations being expected as valid abbreviation by the `expand--abreviation` module. This is not about scope but more on the actual...
@sergeche I was looking at your implementation of "Update Image Size" in the atom plugin. The [image-size](https://github.com/emmetio/atom-plugin/blob/master/lib/image-size.js) file has no editor specific code Any reason the default function in [locate-file](https://github.com/emmetio/atom-plugin/blob/master/lib/image-size.js)...
For example, `bdb1-s` should expand to `border-bottom: 1px solid` but expands to `border-bottom: 1px s` instead
JSX file types don't show Emmet autocomplete results by default, they only show when you press `ctrl`-`space`.
Example: ```html foo: { |padding: 10px; } ``` ...selects outer ``