aboutsummaryrefslogtreecommitdiffstats
path: root/src/test.el
Commit message (Expand)AuthorAgeFilesLines
* Fix CSS-transform test failsJesús2020-01-101-12/+12
* improve syntaxJesús2020-01-101-59/+59
* Support boolean attributesJesús2020-01-101-0/+4
* Fix regression in regular multiplier handlingDave Mayo2016-09-061-0/+5
* Add self-closing tags style customizationDesmond O. Chang2016-05-021-0/+29
* Added JSX's test and document.smihica2015-10-061-0/+21
* Fixed bug #65smihica2015-09-251-0/+7
* Refs #61 - Escape using backslash inside { text }Dave Mayo2015-04-101-0/+2
* Fixes #54 - Uses looking-back to check if there is a tag immediately precedin...Dave Mayo2014-11-261-0/+23
* Wrap using token replacement, handles multiline. Test for multiline.Dave Mayo2014-08-281-1/+6
* Tests for escape and multiplier.Dave Mayo2014-08-251-0/+21
* Changes to come closer to Emmet support, to allow for better consistency of b...Dave Mayo2014-08-101-26/+26
* FIxed test break because of #29smihica2014-08-081-6/+5
* Tests for indentation, both via indent-region and via emmet-indentationDave Mayo2014-07-241-3/+26
* Added first test for inline expansion.Dave Mayo2014-07-171-0/+16
* Support added for indentation by running indent-region after inserting markup.Dave Mayo2014-07-101-27/+7
* Fixed issue-11 : Respect indent-tabs-mode.smihica2014-06-141-31/+60
* Added Lorem Ipsum codessmihica2014-06-111-6/+44
* Added lorem-generator.smihica2014-06-111-0/+11
* Fixed test break.smihica2014-06-111-3/+3
* Resolved issue #4 "div is not a block tag by default".smihica2013-08-061-18/+8
* Renamed zencoding -> emmet.smihica2013-06-231-50/+50
* Some trivial improvements.smihica2013-05-181-48/+71
* Fixed a bug that CSS snipets @xxx is not working.smihica2013-05-151-0/+5
* Supporting HTML-Snippents phase1: Cleaned config-file and Supported html defa...smihica2013-05-151-100/+96
* Added css vendor-prefix support. (http://docs.emmet.io/css-abbreviations/vend...smihica2013-05-041-17/+38
* Added #\Space division of css arguments.smihica2013-05-031-4/+18
* Supported a missing pattern like 'prop:${default}'.smihica2013-04-061-1/+2
* Added css !important syntax support. (http://docs.emmet.io/css-abbreviations/...smihica2013-04-051-8/+11
* Supported subset of emmet's CSS Abbreviations. You can test it in css-mode.smihica2013-03-241-2/+2
* [add] Added CSS transform functions.smihica2013-03-211-52/+124
* Created emmet branch.smihica2013-03-121-0/+405