aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed stack overflow error while checking for style tag and attrflyingleafe2014-10-013-16/+66
|
* Merge branch 'master' of github.com:smihica/emmet-modeflyingleafe2014-09-033-6/+78
|\
| * Merge pull request #46 from pobocks/wrap_with_markupWilliam David Mayo ("Dave")2014-08-283-6/+78
| |\ | | | | | | Wrap with markup
| | * Wrap using token replacement, handles multiline. Test for multiline.Dave Mayo2014-08-283-31/+14
| | |
| | * Tests for escape and multiplier.Dave Mayo2014-08-253-10/+57
| | |
| | * Functional wrap-with-markup!Dave Mayo2014-08-252-6/+8
| | |
| | * WIP - Needs escaping figured out or avoidedDave Mayo2014-08-252-0/+30
| | |
| | * Make emmet-next-edit-point respect "emmet-move-cursor-between-quotes"Dave Mayo2014-08-242-6/+16
| |/
* | Merge branch 'master' of github.com:smihica/emmet-modeflyingleafe2014-08-270-0/+0
|\|
| * Merge pull request #44 from pobocks/pr_43_cleanupWilliam David Mayo ("Dave")2014-08-242-14/+40
| |\ | | | | | | Pr 43 cleanup
| | * Fixed single quotes in style attrflyingleafe2014-08-242-8/+8
| | |
| | * Added support of CSS snippets expanding inside style tags and attrsflyingleafe2014-08-242-14/+40
| |/ | | | | | | | | | | Conflicts: emmet-mode.el src/mode-def.el
* | Fixed single quotes in style attrflyingleafe2014-08-252-8/+8
| |
* | Merge branch 'master' of github.com:smihica/emmet-modeflyingleafe2014-08-252-8/+12
|\| | | | | | | | | | | Conflicts: emmet-mode.el src/mode-def.el
| * Refs #38, Close #39. Save match data around css cursor positioning.Dave Mayo2014-08-242-6/+8
| |
| * Fixed very strange behavior in some casesflyingleafe2014-08-242-0/+2
| |
| * Added Sass abbrs proper cursor positioningflyingleafe2014-08-242-4/+6
| |
| * Moved cursor repositioning logic in separate functionflyingleafe2014-08-242-30/+26
| |
| * Fixed cursor positioning in css snippetsflyingleafe2014-08-242-6/+20
| |
| * Merge pull request #42 from pobocks/masterWilliam David Mayo ("Dave")2014-08-242-2/+4
| |\ | | | | | | Fixes #40
| | * Fixes #40Dave Mayo2014-08-242-2/+4
| |/
| * Merge pull request #37 from flyingleafe/masterWilliam David Mayo ("Dave")2014-08-212-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 attrsflyingleafe2014-08-252-14/+40
| | |
* | | Fixed very strange behavior in some casesflyingleafe2014-08-242-0/+2
| | |
* | | Added Sass abbrs proper cursor positioningflyingleafe2014-08-232-4/+6
| | |
* | | Moved cursor repositioning logic in separate functionflyingleafe2014-08-232-30/+26
| | |
* | | Fixed cursor positioning in css snippetsflyingleafe2014-08-232-6/+20
| |/ |/|
* | Fixed error msg on self-closed tag expansionflyingleafe2014-08-222-4/+4
| |
* | Fixed wrong cursor position while expanding nested inline tagsflyingleafe2014-08-222-14/+26
| |
* | Adapted emmet-html-next-insert-point to use emmet-go-to-edit-pointflyingleafe2014-08-222-70/+20
|/
* Forgot to rebuild.Dave Mayo2014-08-182-2/+2
|
* Forgot to add snippets.jsonDave Mayo2014-08-181-57/+57
|
* Merge pull request #34 from pobocks/snippets_use_new_attr_syntaxWilliam David Mayo ("Dave")2014-08-182-110/+110
|\ | | | | Snippets use new attr syntax
| * Snippets use new attr syntaxDave Mayo2014-08-182-110/+110
|/
* flyingleafe: added my real nameflyingleafe2014-08-112-2/+2
|
* Fix typo in snippetsflyingleafe2014-08-113-9/+9
|
* Add support for Sass: Removing trailing semicolon; ability to defineflyingleafe2014-08-115-77/+138
| | | | Sass-specific snippets
* Semi-colons are actually useful to stop on, due to entities such as "Dave Mayo2014-08-102-2/+2
|
* Better method for dealing with HTML brackets, does not rely on search.Dave Mayo2014-08-102-6/+12
|
* Merge pull request #30 from pobocks/issue_28William David Mayo ("Dave")2014-08-105-116/+124
|\ | | | | Issue 28 - This seems to work better and fail on less cases than the current code, anyway. I've seen some pausing when expanding hiccup inside Clojure code, but the existing code fails entirely in the same spot, so it's an improvement.
| * Uses backward-char and less selective stop-words. Seems to basically work ↵Dave Mayo2014-08-102-18/+24
| | | | | | | | in all cases I have managed to test.
| * Changes to come closer to Emmet support, to allow for better consistency of ↵Dave Mayo2014-08-105-102/+104
| | | | | | | | | | | | | | | | | | | | 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 Mayo2014-08-102-6/+6
|/
* Fixed version missmatch.smihica2014-08-113-6/+6
|
* Added new copyrightersmihica2014-08-113-6/+9
|
* Merge branch 'flyingleafe-master'smihica2014-08-113-16/+125
|\
| * Merge branch 'master' of https://github.com/flyingleafe/emmet-mode into ↵smihica2014-08-113-16/+125
|/| | | | | | | flyingleafe-master
| * Fix: prevent command from firing in css filesflyingleafe2014-08-102-4/+4
| |
| * Rebuild: forgot about autoload magic commentflyingleafe2014-08-101-0/+1
| |
| * Documentation for Go to Edit Pointflyingleafe2014-08-101-0/+15
| |