Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix CSS-transform test fails | Jesús | 2020-01-10 | 1 | -12/+12 |
| | |||||
* | improve syntax | Jesús | 2020-01-10 | 1 | -59/+59 |
| | |||||
* | Support boolean attributes | Jesús | 2020-01-10 | 1 | -0/+4 |
| | | | | | | For example, script[src defer.] expands to <script src="" defer></script>. This notation is not documented in the cheet sheet, but you can use it in the playground. We should support boolean attributes for the other filters as well, say, haml. | ||||
* | Fix regression in regular multiplier handling | Dave Mayo | 2016-09-06 | 1 | -0/+5 |
| | | | | | | Previous commit borked regular multplied markup, this one doesn't. Also, tests were there! | ||||
* | Add self-closing tags style customization | Desmond O. Chang | 2016-05-02 | 1 | -0/+29 |
| | | | | | People use different styles in different projects. Allow user to customize it. | ||||
* | Added JSX's test and document. | smihica | 2015-10-06 | 1 | -0/+21 |
| | |||||
* | Fixed bug #65 | smihica | 2015-09-25 | 1 | -0/+7 |
| | |||||
* | Refs #61 - Escape using backslash inside { text } | Dave Mayo | 2015-04-10 | 1 | -0/+2 |
| | | | | | | | | | | This fixes half the problem specified in #61. The doc change is technically inaccurate - opening brackets don't actually NEED to be escaped - p{{\}} works as well as p{\{\}}. But they CAN be escaped, so I used the most regular version. The part that is NOT fixed is that a | character, escaped or not, will prevent the expression from being parsed AT ALL. | ||||
* | Fixes #54 - Uses looking-back to check if there is a tag immediately ↵ | Dave Mayo | 2014-11-26 | 1 | -0/+23 |
| | | | | preceding in cases where ">" is before-char | ||||
* | Wrap using token replacement, handles multiline. Test for multiline. | Dave Mayo | 2014-08-28 | 1 | -1/+6 |
| | |||||
* | Tests for escape and multiplier. | Dave Mayo | 2014-08-25 | 1 | -0/+21 |
| | |||||
* | 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 |