Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Uses backward-char and less selective stop-words. Seems to basically work ↵ | Dave Mayo | 2014-08-10 | 1 | -9/+12 | |
| | | | | in all cases I have managed to test. | |||||
* | Changes to come closer to Emmet support, to allow for better consistency of ↵ | Dave Mayo | 2014-08-10 | 3 | -51/+52 | |
| | | | | | | | | | | 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 | |||||
* | Replace mark-active with (use-region-p) | Dave Mayo | 2014-08-10 | 1 | -3/+3 | |
| | ||||||
* | Fixed version missmatch. | smihica | 2014-08-11 | 2 | -3/+3 | |
| | ||||||
* | Added new copyrighter | smihica | 2014-08-11 | 1 | -2/+3 | |
| | ||||||
* | Merge branch 'master' of https://github.com/flyingleafe/emmet-mode into ↵ | smihica | 2014-08-11 | 1 | -8/+55 | |
|\ | | | | | | | flyingleafe-master | |||||
| * | Fix: prevent command from firing in css files | flyingleafe | 2014-08-10 | 1 | -2/+2 | |
| | | ||||||
| * | Added the Go To Edit Point functionality | flyingleafe | 2014-08-10 | 1 | -8/+55 | |
| | | ||||||
* | | Fixed a bug that #31 preview always happens if there's an active region. | smihica | 2014-08-09 | 1 | -1/+1 | |
| | | ||||||
* | | FIxed test break because of #29 | smihica | 2014-08-08 | 1 | -6/+5 | |
|/ | ||||||
* | Make the same logic for hiccup tags | flyingleafe | 2014-08-05 | 1 | -3/+4 | |
| | ||||||
* | Fixing improper behavior of block tags | flyingleafe | 2014-08-05 | 2 | -5/+6 | |
| | ||||||
* | Tests for indentation, both via indent-region and via emmet-indentation | Dave Mayo | 2014-07-24 | 1 | -3/+26 | |
| | ||||||
* | Added first test for inline expansion. | Dave Mayo | 2014-07-17 | 1 | -0/+16 | |
| | ||||||
* | Added new copyrighter. And updated the version. | smihica | 2014-07-14 | 1 | -3/+4 | |
| | ||||||
* | Support added for indentation by running indent-region after inserting markup. | Dave Mayo | 2014-07-10 | 3 | -64/+31 | |
| | | | | Removes the emmet-prettify function | |||||
* | Fix #23, until a better way is found. | Dave Mayo | 2014-06-29 | 1 | -1/+11 | |
| | ||||||
* | Proof of concept that #21 is doable. | Dave Mayo | 2014-06-26 | 1 | -4/+15 | |
| | ||||||
* | Fixed issue-11 : Respect indent-tabs-mode. | smihica | 2014-06-14 | 2 | -36/+69 | |
| | ||||||
* | Updated version code 1.0.7 -> 1.0.8. | smihica | 2014-06-11 | 2 | -2/+2 | |
| | ||||||
* | Added Lorem Ipsum codes | smihica | 2014-06-11 | 3 | -8/+75 | |
| | ||||||
* | Added lorem-generator. | smihica | 2014-06-11 | 2 | -0/+127 | |
| | ||||||
* | Fixed test break. | smihica | 2014-06-11 | 1 | -3/+3 | |
| | ||||||
* | Fixed new sorted compiled file | smihica | 2014-06-11 | 2 | -1609/+1609 | |
| | ||||||
* | Updated version code. | smihica | 2014-05-29 | 2 | -2/+2 | |
| | ||||||
* | Fixed self-closing tag's behavior on emmet-expand-yas. | smihica | 2014-05-29 | 2 | -623/+628 | |
| | ||||||
* | Fixed URL. | smihica | 2014-02-19 | 1 | -1/+1 | |
| | ||||||
* | Apply changes into the source files and remake. | smihica | 2014-02-19 | 3 | -218/+236 | |
| | ||||||
* | Updated version code. | smihica | 2013-09-16 | 2 | -3/+3 | |
| | ||||||
* | Fixed a bug that cursor position is not working when whitespace is on the ↵ | smihica | 2013-09-16 | 1 | -4/+5 | |
| | | | | top of the snippet. | |||||
* | Fixed a bug that a cl-function every is not working when the cl-package has ↵ | smihica | 2013-09-12 | 2 | -3/+3 | |
| | | | | not loaded yet. | |||||
* | Fixed a bug that the cursor doesn't move after expanding without preview. | smihica | 2013-09-10 | 3 | -5/+10 | |
| | ||||||
* | Updated version 1.0.2 | smihica | 2013-08-16 | 2 | -2/+2 | |
| | ||||||
* | Added settings that the cursor to be positioned between first empty quotes. ↵ | smihica | 2013-08-16 | 1 | -2/+18 | |
| | | | | issue #9. | |||||
* | Updated version. | smihica | 2013-08-06 | 2 | -2/+2 | |
| | ||||||
* | Resolved issue #4 "div is not a block tag by default". | smihica | 2013-08-06 | 2 | -19/+9 | |
| | ||||||
* | Resolved issue #4 "cursor position after expanding". | smihica | 2013-08-06 | 1 | -2/+35 | |
| | ||||||
* | Updated version code. | smihica | 2013-06-23 | 2 | -3/+3 | |
| | ||||||
* | Updated LICENSE more. | smihica | 2013-06-23 | 1 | -2/+2 | |
| | ||||||
* | Renamed zencoding -> emmet. | smihica | 2013-06-23 | 8 | -512/+510 | |
| | ||||||
* | Fixed trivial bugs. | smihica | 2013-05-18 | 2 | -7/+7 | |
| | ||||||
* | Some trivial improvements. | smihica | 2013-05-18 | 6 | -71/+153 | |
| | ||||||
* | Supported HTML shippets. | smihica | 2013-05-16 | 2 | -74/+162 | |
| | ||||||
* | Removed unnecessary code. | smihica | 2013-05-16 | 1 | -57/+1 | |
| | ||||||
* | Fixed a bug that CSS snipets @xxx is not working. | smihica | 2013-05-15 | 2 | -14/+23 | |
| | ||||||
* | Supporting HTML-Snippents phase1: Cleaned config-file and Supported html ↵ | smihica | 2013-05-15 | 4 | -334/+809 | |
| | | | | default attributes. | |||||
* | Added css vendor-prefix support. ↵ | smihica | 2013-05-04 | 3 | -66/+1100 | |
| | | | | (http://docs.emmet.io/css-abbreviations/vendor-prefixes/) | |||||
* | Added #\Space division of css arguments. | smihica | 2013-05-03 | 2 | -12/+31 | |
| | ||||||
* | Supported a missing pattern like 'prop:${default}'. | smihica | 2013-04-06 | 2 | -2/+3 | |
| | ||||||
* | Added css !important syntax support. ↵ | smihica | 2013-04-05 | 2 | -22/+43 | |
| | | | | (http://docs.emmet.io/css-abbreviations/#important-modifier). |