aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* cleanupJesús2020-01-101-10/+3
|
* add support docsJesús2020-01-101-2/+9
|
* Support boolean attributesJesús2020-01-101-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 recomendationJesús2020-01-101-4/+0
|
* security URL'sJesús2020-01-101-6/+6
|
* Remove autogenerated filesJesús2020-01-101-7/+3
|
* Update to make it clear where to make changesWilliam David Mayo ("Dave")2018-05-041-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 Aoyama2016-05-021-2/+2
|
* Updated README.mdsmihica2016-05-021-0/+7
|
* Added JSX's test and document.smihica2015-10-061-0/+4
|
* Refs #61 - Escape using backslash inside { text }Dave Mayo2015-04-101-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 Mayo2015-01-221-1/+5
|
* Usual order of multiple modifier keys in emacs doc is C-M. Pedantic!Dave Mayo2015-01-181-2/+2
|
* typo in README.mdHao Wei2015-01-181-2/+2
|
* typo: "expandin" -> "expanding"Aaron Schumacher2014-11-251-1/+1
|
* Changes to come closer to Emmet support, to allow for better consistency of ↵Dave Mayo2014-08-101-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 Pointflyingleafe2014-08-101-0/+15
|
* Support added for indentation by running indent-region after inserting markup.Dave Mayo2014-07-101-11/+13
| | | | Removes the emmet-prettify function
* Fixed READMEsmihica2014-06-111-5/+1
|
* Supported Lorem Ipsum.smihica2014-06-111-0/+29
|
* Some update of readmesmihica2013-08-171-12/+25
|
* Added settings that the cursor to be positioned between first empty quotes. ↵smihica2013-08-161-1/+9
| | | | issue #9.
* Renamed zencoding -> emmet.smihica2013-06-231-12/+12
|
* Updated README.smihica2013-05-181-137/+247
|
* import 5b11f524d501ecb5723d29ef180a99aa85933b0bsmihica2013-04-171-1/+1
|
* Fixed a bug that Numbering is not working in case of parent-child ↵smihica2013-03-101-0/+10
| | | | multiplication.
* Added Item numbering:$ syntax support. ↵smihica2013-03-101-0/+51
| | | | (http://docs.emmet.io/abbreviations/syntax/#item-numbering-) and added README.
* Added examples of Climb-up syntax to the README.smihica2013-02-151-0/+10
|
* Fixed README.smihica2013-01-021-6/+7
|
* Added Text {} syntax support. (http://docs.emmet.io/abbreviations/syntax/#text-)smihica2013-01-021-0/+26
|
* Added the default emacs chord and M-x command for zencode expansion. Though ↵Krinn DNZ2011-10-191-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 Panduwana2011-02-211-73/+197
|
* Re-arranged READMEChris Done2011-02-101-7/+7
|
* Fixed link typosChris Done2011-02-101-2/+2
|
* Added info about zencodingChris Done2011-02-101-0/+22
|
* Added YouTube video to READMEChris Done2011-02-101-2/+4
|
* Added screenshotChris Done2011-02-101-0/+4
|
* Updated README to be more helpful.Chris Done2011-02-101-0/+121