Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added JSX's test and document. | smihica | 2015-10-06 | 2 | -3/+22 |
| | |||||
* | Add jsx support for className | Diego Berrocal | 2015-10-05 | 1 | -1/+7 |
| | |||||
* | Fixed bug #65 | smihica | 2015-09-25 | 2 | -10/+17 |
| | |||||
* | Refs #61 - Escape using backslash inside { text } | Dave Mayo | 2015-04-10 | 3 | -6/+13 |
| | | | | | | | | | | 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. | ||||
* | Attempt at resolving #56 | Dave Mayo | 2014-12-22 | 1 | -1/+1 |
| | | | | 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 | 1 | -1/+1 |
| | |||||
* | Fixes #54 - Uses looking-back to check if there is a tag immediately ↵ | Dave Mayo | 2014-11-26 | 2 | -4/+26 |
| | | | | preceding in cases where ">" is before-char | ||||
* | Fixes #50 - Checks start of region for flash after insert. | Dave Mayo | 2014-11-14 | 1 | -2/+7 |
| | |||||
* | Avoid warning messages | smihica | 2014-10-26 | 4 | -54/+64 |
| | |||||
* | Wrap with markup now leaves cursor at edit point. | Dave Mayo | 2014-10-23 | 1 | -2/+5 |
| | |||||
* | Merge branch 'master' of github.com:smihica/emmet-mode | flyingleafe | 2014-10-01 | 1 | -1/+2 |
|\ | |||||
| * | 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 | 2 | -8/+33 |
|/ | |||||
* | Wrap using token replacement, handles multiline. Test for multiline. | Dave Mayo | 2014-08-28 | 2 | -16/+10 |
| | |||||
* | Tests for escape and multiplier. | Dave Mayo | 2014-08-25 | 2 | -5/+39 |
| | |||||
* | Functional wrap-with-markup! | Dave Mayo | 2014-08-25 | 1 | -3/+4 |
| | |||||
* | WIP - Needs escaping figured out or avoided | Dave Mayo | 2014-08-25 | 1 | -0/+15 |
| | |||||
* | 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 | 3 | -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 | 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 |
| |