Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make emmet-next-edit-point respect "emmet-move-cursor-between-quotes" | Dave Mayo | 2014-08-24 | 1 | -3/+8 |
| | |||||
* | Fixed single quotes in style attr | flyingleafe | 2014-08-24 | 1 | -4/+4 |
| | |||||
* | Added support of CSS snippets expanding inside style tags and attrs | flyingleafe | 2014-08-24 | 1 | -7/+20 |
| | | | | | | Conflicts: emmet-mode.el src/mode-def.el | ||||
* | Refs #38, Close #39. Save match data around css cursor positioning. | Dave Mayo | 2014-08-24 | 1 | -3/+4 |
| | |||||
* | Fixed very strange behavior in some cases | flyingleafe | 2014-08-24 | 1 | -0/+1 |
| | |||||
* | Added Sass abbrs proper cursor positioning | flyingleafe | 2014-08-24 | 1 | -2/+3 |
| | |||||
* | Moved cursor repositioning logic in separate function | flyingleafe | 2014-08-24 | 1 | -15/+13 |
| | |||||
* | Fixed cursor positioning in css snippets | flyingleafe | 2014-08-24 | 1 | -3/+10 |
| | |||||
* | Fixes #40 | Dave Mayo | 2014-08-24 | 1 | -1/+2 |
| | |||||
* | Fixed error msg on self-closed tag expansion | flyingleafe | 2014-08-22 | 1 | -2/+2 |
| | |||||
* | Fixed wrong cursor position while expanding nested inline tags | flyingleafe | 2014-08-22 | 1 | -7/+13 |
| | |||||
* | Adapted emmet-html-next-insert-point to use emmet-go-to-edit-point | flyingleafe | 2014-08-22 | 1 | -35/+10 |
| | |||||
* | Forgot to rebuild. | Dave Mayo | 2014-08-18 | 1 | -1/+1 |
| | |||||
* | Snippets use new attr syntax | Dave Mayo | 2014-08-18 | 1 | -55/+55 |
| | |||||
* | flyingleafe: added my real name | flyingleafe | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Fix typo in snippets | flyingleafe | 2014-08-11 | 1 | -3/+3 |
| | |||||
* | Add support for Sass: Removing trailing semicolon; ability to define | flyingleafe | 2014-08-11 | 1 | -37/+62 |
| | | | | Sass-specific snippets | ||||
* | Semi-colons are actually useful to stop on, due to entities such as " | Dave Mayo | 2014-08-10 | 1 | -1/+1 |
| | |||||
* | Better method for dealing with HTML brackets, does not rely on search. | Dave Mayo | 2014-08-10 | 1 | -3/+6 |
| | |||||
* | 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 | 1 | -25/+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 | ||||
* | Replace mark-active with (use-region-p) | Dave Mayo | 2014-08-10 | 1 | -3/+3 |
| | |||||
* | Fixed version missmatch. | smihica | 2014-08-11 | 1 | -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 |
| | | |||||
| * | Rebuild: forgot about autoload magic comment | flyingleafe | 2014-08-10 | 1 | -0/+1 |
| | | |||||
| * | Added the Go To Edit Point functionality | flyingleafe | 2014-08-10 | 1 | -8/+54 |
| | | |||||
* | | Fixed a bug that #31 preview always happens if there's an active region. | smihica | 2014-08-09 | 1 | -1/+1 |
|/ | |||||
* | Make the same logic for hiccup tags | flyingleafe | 2014-08-05 | 1 | -3/+4 |
| | |||||
* | Fixing improper behavior of block tags | flyingleafe | 2014-08-05 | 1 | -5/+6 |
| | |||||
* | Added new copyrighter. And updated the version. | smihica | 2014-07-14 | 1 | -11/+4 |
| | |||||
* | Support added for indentation by running indent-region after inserting markup. | Dave Mayo | 2014-07-10 | 1 | -29/+24 |
| | | | | 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 | 1 | -5/+9 |
| | |||||
* | Updated version code 1.0.7 -> 1.0.8. | smihica | 2014-06-11 | 1 | -2/+2 |
| | |||||
* | Added Lorem Ipsum codes | smihica | 2014-06-11 | 1 | -2/+31 |
| | |||||
* | Added lorem-generator. | smihica | 2014-06-11 | 1 | -1609/+1725 |
| | |||||
* | Updated version code. | smihica | 2014-05-29 | 1 | -2/+2 |
| | |||||
* | Fixed self-closing tag's behavior on emmet-expand-yas. | smihica | 2014-05-29 | 1 | -623/+628 |
| | |||||
* | Fixed URL. | smihica | 2014-02-19 | 1 | -1/+1 |
| | |||||
* | Apply changes into the source files and remake. | smihica | 2014-02-19 | 1 | -2/+2 |
| | |||||
* | CSS mode detection is more robust and flexible | Nate Eagleson | 2014-02-17 | 1 | -3/+21 |
| | | | | | | | | | | | By introducing a few new variables, we make it easier for users to control whether emmet-mode will generate HTML or CSS from its abbreviations. The new variables are particularly helpful for using emmet-mode in [web-mode](https://github.com/fxbois/web-mode), where both CSS and HTML may be present in the same buffer, so major-mode detection is not a reliable means of deciding whether to generate CSS or HTML. | ||||
* | Remove trailing whitespace from emmet-mode.el | Nate Eagleson | 2014-02-17 | 1 | -214/+214 |
| | |||||
* | Miss | smihica | 2013-09-16 | 1 | -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 | 1 | -3/+3 |
| | | | | not loaded yet. | ||||
* | Fixed a bug that the cursor doesn't move after expanding without preview. | smihica | 2013-09-10 | 1 | -5/+10 |
| | |||||
* | Updated version 1.0.2 | smihica | 2013-08-16 | 1 | -2/+2 |
| |