Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup | Jesús | 2020-01-10 | 1 | -10/+3 |
| | |||||
* | add support docs | Jesús | 2020-01-10 | 1 | -2/+9 |
| | |||||
* | 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. | ||||
* | Remove external repos recomendation | Jesús | 2020-01-10 | 1 | -4/+0 |
| | |||||
* | security URL's | Jesús | 2020-01-10 | 1 | -6/+6 |
| | |||||
* | Remove autogenerated files | Jesús | 2020-01-10 | 1 | -7/+3 |
| | |||||
* | Update to make it clear where to make changes | William David Mayo ("Dave") | 2018-05-04 | 1 | -0/+11 |
| | | | Probably going to update README more thoroughly as I have time, but this needs to be there I think. | ||||
* | Update README.md to remove unmet escape. | Shin Aoyama | 2016-05-02 | 1 | -2/+2 |
| | |||||
* | Updated README.md | smihica | 2016-05-02 | 1 | -0/+7 |
| | |||||
* | Added JSX's test and document. | smihica | 2015-10-06 | 1 | -0/+4 |
| | |||||
* | 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. | ||||
* | Added support statement indicating that we support 23+ | Dave Mayo | 2015-01-22 | 1 | -1/+5 |
| | |||||
* | Usual order of multiple modifier keys in emacs doc is C-M. Pedantic! | Dave Mayo | 2015-01-18 | 1 | -2/+2 |
| | |||||
* | typo in README.md | Hao Wei | 2015-01-18 | 1 | -2/+2 |
| | |||||
* | typo: "expandin" -> "expanding" | Aaron Schumacher | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | Documentation for Go to Edit Point | flyingleafe | 2014-08-10 | 1 | -0/+15 |
| | |||||
* | Support added for indentation by running indent-region after inserting markup. | Dave Mayo | 2014-07-10 | 1 | -11/+13 |
| | | | | Removes the emmet-prettify function | ||||
* | Fixed README | smihica | 2014-06-11 | 1 | -5/+1 |
| | |||||
* | Supported Lorem Ipsum. | smihica | 2014-06-11 | 1 | -0/+29 |
| | |||||
* | Some update of readme | smihica | 2013-08-17 | 1 | -12/+25 |
| | |||||
* | Added settings that the cursor to be positioned between first empty quotes. ↵ | smihica | 2013-08-16 | 1 | -1/+9 |
| | | | | issue #9. | ||||
* | Renamed zencoding -> emmet. | smihica | 2013-06-23 | 1 | -12/+12 |
| | |||||
* | Updated README. | smihica | 2013-05-18 | 1 | -137/+247 |
| | |||||
* | import 5b11f524d501ecb5723d29ef180a99aa85933b0b | smihica | 2013-04-17 | 1 | -1/+1 |
| | |||||
* | Fixed a bug that Numbering is not working in case of parent-child ↵ | smihica | 2013-03-10 | 1 | -0/+10 |
| | | | | multiplication. | ||||
* | Added Item numbering:$ syntax support. ↵ | smihica | 2013-03-10 | 1 | -0/+51 |
| | | | | (http://docs.emmet.io/abbreviations/syntax/#item-numbering-) and added README. | ||||
* | Added examples of Climb-up syntax to the README. | smihica | 2013-02-15 | 1 | -0/+10 |
| | |||||
* | Fixed README. | smihica | 2013-01-02 | 1 | -6/+7 |
| | |||||
* | Added Text {} syntax support. (http://docs.emmet.io/abbreviations/syntax/#text-) | smihica | 2013-01-02 | 1 | -0/+26 |
| | |||||
* | Added the default emacs chord and M-x command for zencode expansion. Though ↵ | Krinn DNZ | 2011-10-19 | 1 | -1/+3 |
| | | | | we wish otherwise, source is not its own documentation, and the README's silence on how to activate the central function of the mode is a bad Thing. | ||||
* | Updated examples in readme. | Ron Panduwana | 2011-02-21 | 1 | -73/+197 |
| | |||||
* | Re-arranged README | Chris Done | 2011-02-10 | 1 | -7/+7 |
| | |||||
* | Fixed link typos | Chris Done | 2011-02-10 | 1 | -2/+2 |
| | |||||
* | Added info about zencoding | Chris Done | 2011-02-10 | 1 | -0/+22 |
| | |||||
* | Added YouTube video to README | Chris Done | 2011-02-10 | 1 | -2/+4 |
| | |||||
* | Added screenshot | Chris Done | 2011-02-10 | 1 | -0/+4 |
| | |||||
* | Updated README to be more helpful. | Chris Done | 2011-02-10 | 1 | -0/+121 |