Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve syntax | Jesús | 2020-01-10 | 1 | -172/+172 |
| | |||||
* | Support boolean attributes | Jesús | 2020-01-10 | 1 | -17/+25 |
| | | | | | | 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. | ||||
* | Add self-closing tags style customization | Desmond O. Chang | 2016-05-02 | 1 | -1/+2 |
| | | | | | People use different styles in different projects. Allow user to customize it. | ||||
* | Added JSX's test and document. | smihica | 2015-10-06 | 1 | -3/+1 |
| | |||||
* | Add jsx support for className | Diego Berrocal | 2015-10-05 | 1 | -1/+7 |
| | |||||
* | Fixed bug #65 | smihica | 2015-09-25 | 1 | -10/+10 |
| | |||||
* | Refs #61 - Escape using backslash inside { text } | Dave Mayo | 2015-04-10 | 1 | -4/+7 |
| | | | | | | | | | | 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. | ||||
* | Avoid warning messages | smihica | 2014-10-26 | 1 | -28/+31 |
| | |||||
* | Changes to come closer to Emmet support, to allow for better consistency of ↵ | Dave Mayo | 2014-08-10 | 1 | -3/+9 |
| | | | | | | | | | | 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 | ||||
* | Make the same logic for hiccup tags | flyingleafe | 2014-08-05 | 1 | -3/+4 |
| | |||||
* | Fixing improper behavior of block tags | flyingleafe | 2014-08-05 | 1 | -3/+4 |
| | |||||
* | Support added for indentation by running indent-region after inserting markup. | Dave Mayo | 2014-07-10 | 1 | -2/+3 |
| | | | | Removes the emmet-prettify function | ||||
* | Added Lorem Ipsum codes | smihica | 2014-06-11 | 1 | -2/+30 |
| | |||||
* | Fixed self-closing tag's behavior on emmet-expand-yas. | smihica | 2014-05-29 | 1 | -2/+7 |
| | |||||
* | Renamed zencoding -> emmet. | smihica | 2013-06-23 | 1 | -208/+208 |
| | |||||
* | Some trivial improvements. | smihica | 2013-05-18 | 1 | -1/+1 |
| | |||||
* | Supported HTML shippets. | smihica | 2013-05-16 | 1 | -70/+159 |
| | |||||
* | Removed unnecessary code. | smihica | 2013-05-16 | 1 | -57/+1 |
| | |||||
* | Supporting HTML-Snippents phase1: Cleaned config-file and Supported html ↵ | smihica | 2013-05-15 | 1 | -39/+67 |
| | | | | default attributes. | ||||
* | Supported subset of emmet's CSS Abbreviations. You can test it in css-mode. | smihica | 2013-03-24 | 1 | -1/+6 |
| | |||||
* | [add] Added CSS transform functions. | smihica | 2013-03-21 | 1 | -0/+594 |