aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | FIxed test break because of #29smihica2014-08-081-6/+5
|/
* Make the same logic for hiccup tagsflyingleafe2014-08-051-3/+4
|
* Fixing improper behavior of block tagsflyingleafe2014-08-052-5/+6
|
* 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
|
* Added new copyrighter. And updated the version.smihica2014-07-141-3/+4
|
* Support added for indentation by running indent-region after inserting markup.Dave Mayo2014-07-103-64/+31
| | | | Removes the emmet-prettify function
* Fix #23, until a better way is found.Dave Mayo2014-06-291-1/+11
|
* Proof of concept that #21 is doable.Dave Mayo2014-06-261-4/+15
|
* Fixed issue-11 : Respect indent-tabs-mode.smihica2014-06-142-36/+69
|
* Updated version code 1.0.7 -> 1.0.8.smihica2014-06-112-2/+2
|
* Added Lorem Ipsum codessmihica2014-06-113-8/+75
|
* Added lorem-generator.smihica2014-06-112-0/+127
|
* Fixed test break.smihica2014-06-111-3/+3
|
* Fixed new sorted compiled filesmihica2014-06-112-1609/+1609
|
* Updated version code.smihica2014-05-292-2/+2
|
* Fixed self-closing tag's behavior on emmet-expand-yas.smihica2014-05-292-623/+628
|
* Fixed URL.smihica2014-02-191-1/+1
|
* Apply changes into the source files and remake.smihica2014-02-193-218/+236
|
* Updated version code.smihica2013-09-162-3/+3
|
* Fixed a bug that cursor position is not working when whitespace is on the ↵smihica2013-09-161-4/+5
| | | | top of the snippet.
* Fixed a bug that a cl-function every is not working when the cl-package has ↵smihica2013-09-122-3/+3
| | | | not loaded yet.
* Fixed a bug that the cursor doesn't move after expanding without preview.smihica2013-09-103-5/+10
|
* Updated version 1.0.2smihica2013-08-162-2/+2
|
* Added settings that the cursor to be positioned between first empty quotes. ↵smihica2013-08-161-2/+18
| | | | issue #9.
* Updated version.smihica2013-08-062-2/+2
|
* Resolved issue #4 "div is not a block tag by default".smihica2013-08-062-19/+9
|
* Resolved issue #4 "cursor position after expanding".smihica2013-08-061-2/+35
|
* Updated version code.smihica2013-06-232-3/+3
|
* Updated LICENSE more.smihica2013-06-231-2/+2
|
* Renamed zencoding -> emmet.smihica2013-06-238-512/+510
|
* Fixed trivial bugs.smihica2013-05-182-7/+7
|
* Some trivial improvements.smihica2013-05-186-71/+153
|
* Supported HTML shippets.smihica2013-05-162-74/+162
|
* Removed unnecessary code.smihica2013-05-161-57/+1
|
* Fixed a bug that CSS snipets @xxx is not working.smihica2013-05-152-14/+23
|
* Supporting HTML-Snippents phase1: Cleaned config-file and Supported html ↵smihica2013-05-154-334/+809
| | | | default attributes.
* Added css vendor-prefix support. ↵smihica2013-05-043-66/+1100
| | | | (http://docs.emmet.io/css-abbreviations/vendor-prefixes/)
* Added #\Space division of css arguments.smihica2013-05-032-12/+31
|
* Supported a missing pattern like 'prop:${default}'.smihica2013-04-062-2/+3
|
* Added css !important syntax support. ↵smihica2013-04-052-22/+43
| | | | (http://docs.emmet.io/css-abbreviations/#important-modifier).
* Fixed a bug that trailing '+' pattern (e.g. 'bg+') is not working adequately.smihica2013-04-031-1/+1
|
* Supported subset of emmet's CSS Abbreviations. You can test it in css-mode.smihica2013-03-244-19/+32
|
* [fix] some fixes.smihica2013-03-211-1/+1
|
* [add] Added CSS transform functions.smihica2013-03-217-53/+1103
|
* Created emmet branch.smihica2013-03-126-0/+1412