aboutsummaryrefslogtreecommitdiffstats
path: root/src/test.el
Commit message (Collapse)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
| | | | | | 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 handlingDave Mayo2016-09-061-0/+5
| | | | | | Previous commit borked regular multplied markup, this one doesn't. Also, tests were there!
* Add self-closing tags style customizationDesmond O. Chang2016-05-021-0/+29
| | | | | People use different styles in different projects. Allow user to customize it.
* 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
| | | | | | | | | | 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 Mayo2014-11-261-0/+23
| | | | preceding in cases where ">" is before-char
* 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 ↵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
* 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
| | | | Removes the emmet-prettify function
* 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 ↵smihica2013-05-151-100/+96
| | | | default attributes.
* Added css vendor-prefix support. ↵smihica2013-05-041-17/+38
| | | | (http://docs.emmet.io/css-abbreviations/vendor-prefixes/)
* 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. ↵smihica2013-04-051-8/+11
| | | | (http://docs.emmet.io/css-abbreviations/#important-modifier).
* 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