Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes to come closer to Emmet support, to allow for better consistency of ↵ | Dave Mayo | 2014-08-10 | 1 | -26/+26 |
| | | | | | | | | | | behavior. Major changes include: * Parser is changed to use Emmet's bracket syntax for properties * now uses point as the right bound of the expression * searches for left bound from right bound. This is poorly executed as of now | ||||
* | FIxed test break because of #29 | smihica | 2014-08-08 | 1 | -6/+5 |
| | |||||
* | Tests for indentation, both via indent-region and via emmet-indentation | Dave Mayo | 2014-07-24 | 1 | -3/+26 |
| | |||||
* | Added first test for inline expansion. | Dave Mayo | 2014-07-17 | 1 | -0/+16 |
| | |||||
* | Support added for indentation by running indent-region after inserting markup. | Dave Mayo | 2014-07-10 | 1 | -27/+7 |
| | | | | Removes the emmet-prettify function | ||||
* | Fixed issue-11 : Respect indent-tabs-mode. | smihica | 2014-06-14 | 1 | -31/+60 |
| | |||||
* | Added Lorem Ipsum codes | smihica | 2014-06-11 | 1 | -6/+44 |
| | |||||
* | Added lorem-generator. | smihica | 2014-06-11 | 1 | -0/+11 |
| | |||||
* | Fixed test break. | smihica | 2014-06-11 | 1 | -3/+3 |
| | |||||
* | Resolved issue #4 "div is not a block tag by default". | smihica | 2013-08-06 | 1 | -18/+8 |
| | |||||
* | Renamed zencoding -> emmet. | smihica | 2013-06-23 | 1 | -50/+50 |
| | |||||
* | Some trivial improvements. | smihica | 2013-05-18 | 1 | -48/+71 |
| | |||||
* | Fixed a bug that CSS snipets @xxx is not working. | smihica | 2013-05-15 | 1 | -0/+5 |
| | |||||
* | Supporting HTML-Snippents phase1: Cleaned config-file and Supported html ↵ | smihica | 2013-05-15 | 1 | -100/+96 |
| | | | | default attributes. | ||||
* | Added css vendor-prefix support. ↵ | smihica | 2013-05-04 | 1 | -17/+38 |
| | | | | (http://docs.emmet.io/css-abbreviations/vendor-prefixes/) | ||||
* | Added #\Space division of css arguments. | smihica | 2013-05-03 | 1 | -4/+18 |
| | |||||
* | Supported a missing pattern like 'prop:${default}'. | smihica | 2013-04-06 | 1 | -1/+2 |
| | |||||
* | Added css !important syntax support. ↵ | smihica | 2013-04-05 | 1 | -8/+11 |
| | | | | (http://docs.emmet.io/css-abbreviations/#important-modifier). | ||||
* | Supported subset of emmet's CSS Abbreviations. You can test it in css-mode. | smihica | 2013-03-24 | 1 | -2/+2 |
| | |||||
* | [add] Added CSS transform functions. | smihica | 2013-03-21 | 1 | -52/+124 |
| | |||||
* | Created emmet branch. | smihica | 2013-03-12 | 1 | -0/+405 |