Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Refs #61 - Escape using backslash inside { text } | Dave Mayo | 2015-04-10 | 5 | -12/+26 | |
|/ | | | | | | | | | | 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. | |||||
* | Added support statement indicating that we support 23+ | Dave Mayo | 2015-01-22 | 1 | -1/+5 | |
| | ||||||
* | Usual order of multiple modifier keys in emacs doc is C-M. Pedantic! | Dave Mayo | 2015-01-18 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #57 from weih/master | William David Mayo ("Dave") | 2015-01-18 | 1 | -2/+2 | |
|\ | | | | | typo in README.md - still needs some attention, which I'm about to give it | |||||
| * | typo in README.md | Hao Wei | 2015-01-18 | 1 | -2/+2 | |
|/ | ||||||
* | Attempt at resolving #56 | Dave Mayo | 2014-12-22 | 2 | -2/+2 | |
| | | | | skip-chars-forward does not take a regexp, it takes a pseudo-char-class string. | |||||
* | Fixes #52 - changes default setting for preview to nil | Dave Mayo | 2014-11-26 | 2 | -2/+2 | |
| | ||||||
* | Merge pull request #55 from pobocks/issue_54 | William David Mayo ("Dave") | 2014-11-26 | 3 | -12/+36 | |
|\ | | | | | Fixes #54 - Uses looking-back to check if there is a tag immediately pre... | |||||
| * | Fixes #54 - Uses looking-back to check if there is a tag immediately ↵ | Dave Mayo | 2014-11-26 | 3 | -12/+36 | |
|/ | | | | preceding in cases where ">" is before-char | |||||
* | Merge pull request #53 from ajschumacher/patch-1 | William David Mayo ("Dave") | 2014-11-25 | 1 | -1/+1 | |
|\ | | | | | typo: "expandin" -> "expanding" | |||||
| * | typo: "expandin" -> "expanding" | Aaron Schumacher | 2014-11-25 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #51 from pobocks/issue_50 | William David Mayo ("Dave") | 2014-11-14 | 2 | -3/+10 | |
|\ | | | | | Fixes #50 - Checks start of region for flash after insert. | |||||
| * | Fixes #50 - Checks start of region for flash after insert. | Dave Mayo | 2014-11-14 | 2 | -3/+10 | |
|/ | ||||||
* | Avoid warning messages | smihica | 2014-10-26 | 6 | -571/+591 | |
| | ||||||
* | Wrap with markup now leaves cursor at edit point. | Dave Mayo | 2014-10-23 | 2 | -4/+10 | |
| | ||||||
* | Make never run for fix in commit 1b5517ec15803addb5322df615a70640bb3ea617 | Dave Mayo | 2014-10-14 | 1 | -1/+2 | |
| | ||||||
* | Merge branch 'master' of github.com:smihica/emmet-mode | flyingleafe | 2014-10-01 | 1 | -1/+2 | |
|\ | ||||||
| * | Merge pull request #48 from XeCycle/master | Dmitry Mukhutdinov | 2014-10-01 | 1 | -1/+2 | |
| |\ | | | | | | | Fix error when accepting the expansion. | |||||
| | * | Fix error when accepting the expansion. | Carl Lei | 2014-10-01 | 1 | -1/+2 | |
| |/ | ||||||
* | | Fixed stack overflow error while checking for style tag and attr | flyingleafe | 2014-10-01 | 3 | -16/+66 | |
| | | ||||||
* | | Merge branch 'master' of github.com:smihica/emmet-mode | flyingleafe | 2014-09-03 | 3 | -6/+78 | |
|\| | ||||||
| * | Merge pull request #46 from pobocks/wrap_with_markup | William David Mayo ("Dave") | 2014-08-28 | 3 | -6/+78 | |
| |\ | | | | | | | Wrap with markup | |||||
| | * | Wrap using token replacement, handles multiline. Test for multiline. | Dave Mayo | 2014-08-28 | 3 | -31/+14 | |
| | | | ||||||
| | * | Tests for escape and multiplier. | Dave Mayo | 2014-08-25 | 3 | -10/+57 | |
| | | | ||||||
| | * | Functional wrap-with-markup! | Dave Mayo | 2014-08-25 | 2 | -6/+8 | |
| | | | ||||||
| | * | WIP - Needs escaping figured out or avoided | Dave Mayo | 2014-08-25 | 2 | -0/+30 | |
| | | | ||||||
| | * | Make emmet-next-edit-point respect "emmet-move-cursor-between-quotes" | Dave Mayo | 2014-08-24 | 2 | -6/+16 | |
| |/ | ||||||
* | | Merge branch 'master' of github.com:smihica/emmet-mode | flyingleafe | 2014-08-27 | 0 | -0/+0 | |
|\| | ||||||
| * | Merge pull request #44 from pobocks/pr_43_cleanup | William David Mayo ("Dave") | 2014-08-24 | 2 | -14/+40 | |
| |\ | | | | | | | Pr 43 cleanup | |||||
| | * | Fixed single quotes in style attr | flyingleafe | 2014-08-24 | 2 | -8/+8 | |
| | | | ||||||
| | * | Added support of CSS snippets expanding inside style tags and attrs | flyingleafe | 2014-08-24 | 2 | -14/+40 | |
| |/ | | | | | | | | | | | Conflicts: emmet-mode.el src/mode-def.el | |||||
* | | Fixed single quotes in style attr | flyingleafe | 2014-08-25 | 2 | -8/+8 | |
| | | ||||||
* | | Merge branch 'master' of github.com:smihica/emmet-mode | flyingleafe | 2014-08-25 | 2 | -8/+12 | |
|\| | | | | | | | | | | | Conflicts: emmet-mode.el src/mode-def.el | |||||
| * | Refs #38, Close #39. Save match data around css cursor positioning. | Dave Mayo | 2014-08-24 | 2 | -6/+8 | |
| | | ||||||
| * | Fixed very strange behavior in some cases | flyingleafe | 2014-08-24 | 2 | -0/+2 | |
| | | ||||||
| * | Added Sass abbrs proper cursor positioning | flyingleafe | 2014-08-24 | 2 | -4/+6 | |
| | | ||||||
| * | Moved cursor repositioning logic in separate function | flyingleafe | 2014-08-24 | 2 | -30/+26 | |
| | | ||||||
| * | Fixed cursor positioning in css snippets | flyingleafe | 2014-08-24 | 2 | -6/+20 | |
| | | ||||||
| * | Merge pull request #42 from pobocks/master | William David Mayo ("Dave") | 2014-08-24 | 2 | -2/+4 | |
| |\ | | | | | | | Fixes #40 | |||||
| | * | Fixes #40 | Dave Mayo | 2014-08-24 | 2 | -2/+4 | |
| |/ | ||||||
| * | Merge pull request #37 from flyingleafe/master | William David Mayo ("Dave") | 2014-08-21 | 2 | -80/+42 | |
| |\ | | | | | | | Adapted emmet-html-next-insert-point to use emmet-go-to-edit-point | |||||
* | | | Added support of CSS snippets expanding inside style tags and attrs | flyingleafe | 2014-08-25 | 2 | -14/+40 | |
| | | | ||||||
* | | | Fixed very strange behavior in some cases | flyingleafe | 2014-08-24 | 2 | -0/+2 | |
| | | | ||||||
* | | | Added Sass abbrs proper cursor positioning | flyingleafe | 2014-08-23 | 2 | -4/+6 | |
| | | | ||||||
* | | | Moved cursor repositioning logic in separate function | flyingleafe | 2014-08-23 | 2 | -30/+26 | |
| | | | ||||||
* | | | Fixed cursor positioning in css snippets | flyingleafe | 2014-08-23 | 2 | -6/+20 | |
| |/ |/| | ||||||
* | | Fixed error msg on self-closed tag expansion | flyingleafe | 2014-08-22 | 2 | -4/+4 | |
| | | ||||||
* | | Fixed wrong cursor position while expanding nested inline tags | flyingleafe | 2014-08-22 | 2 | -14/+26 | |
| | | ||||||
* | | Adapted emmet-html-next-insert-point to use emmet-go-to-edit-point | flyingleafe | 2014-08-22 | 2 | -70/+20 | |
|/ | ||||||
* | Forgot to rebuild. | Dave Mayo | 2014-08-18 | 2 | -2/+2 | |
| |