aboutsummaryrefslogtreecommitdiffstats
path: root/emmet-mode.el
Commit message (Collapse)AuthorAgeFilesLines
* Make emmet-next-edit-point respect "emmet-move-cursor-between-quotes"Dave Mayo2014-08-241-3/+8
|
* Fixed single quotes in style attrflyingleafe2014-08-241-4/+4
|
* Added support of CSS snippets expanding inside style tags and attrsflyingleafe2014-08-241-7/+20
| | | | | | Conflicts: emmet-mode.el src/mode-def.el
* Refs #38, Close #39. Save match data around css cursor positioning.Dave Mayo2014-08-241-3/+4
|
* Fixed very strange behavior in some casesflyingleafe2014-08-241-0/+1
|
* Added Sass abbrs proper cursor positioningflyingleafe2014-08-241-2/+3
|
* Moved cursor repositioning logic in separate functionflyingleafe2014-08-241-15/+13
|
* Fixed cursor positioning in css snippetsflyingleafe2014-08-241-3/+10
|
* Fixes #40Dave Mayo2014-08-241-1/+2
|
* Fixed error msg on self-closed tag expansionflyingleafe2014-08-221-2/+2
|
* Fixed wrong cursor position while expanding nested inline tagsflyingleafe2014-08-221-7/+13
|
* Adapted emmet-html-next-insert-point to use emmet-go-to-edit-pointflyingleafe2014-08-221-35/+10
|
* Forgot to rebuild.Dave Mayo2014-08-181-1/+1
|
* Snippets use new attr syntaxDave Mayo2014-08-181-55/+55
|
* flyingleafe: added my real nameflyingleafe2014-08-111-1/+1
|
* Fix typo in snippetsflyingleafe2014-08-111-3/+3
|
* Add support for Sass: Removing trailing semicolon; ability to defineflyingleafe2014-08-111-37/+62
| | | | Sass-specific snippets
* Semi-colons are actually useful to stop on, due to entities such as "Dave Mayo2014-08-101-1/+1
|
* Better method for dealing with HTML brackets, does not rely on search.Dave Mayo2014-08-101-3/+6
|
* Uses backward-char and less selective stop-words. Seems to basically work ↵Dave Mayo2014-08-101-9/+12
| | | | in all cases I have managed to test.
* Changes to come closer to Emmet support, to allow for better consistency of ↵Dave Mayo2014-08-101-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 Mayo2014-08-101-3/+3
|
* Fixed version missmatch.smihica2014-08-111-3/+3
|
* Added new copyrightersmihica2014-08-111-2/+3
|
* Merge branch 'master' of https://github.com/flyingleafe/emmet-mode into ↵smihica2014-08-111-8/+55
|\ | | | | | | flyingleafe-master
| * Fix: prevent command from firing in css filesflyingleafe2014-08-101-2/+2
| |
| * Rebuild: forgot about autoload magic commentflyingleafe2014-08-101-0/+1
| |
| * Added the Go To Edit Point functionalityflyingleafe2014-08-101-8/+54
| |
* | Fixed a bug that #31 preview always happens if there's an active region.smihica2014-08-091-1/+1
|/
* Make the same logic for hiccup tagsflyingleafe2014-08-051-3/+4
|
* Fixing improper behavior of block tagsflyingleafe2014-08-051-5/+6
|
* Added new copyrighter. And updated the version.smihica2014-07-141-11/+4
|
* Support added for indentation by running indent-region after inserting markup.Dave Mayo2014-07-101-29/+24
| | | | Removes the emmet-prettify function
* Fix #23, until a better way is found.Dave Mayo2014-06-291-1/+11
|
* Proof of concept that #21 is doable.Dave Mayo2014-06-261-4/+15
|
* Fixed issue-11 : Respect indent-tabs-mode.smihica2014-06-141-5/+9
|
* Updated version code 1.0.7 -> 1.0.8.smihica2014-06-111-2/+2
|
* Added Lorem Ipsum codessmihica2014-06-111-2/+31
|
* Added lorem-generator.smihica2014-06-111-1609/+1725
|
* Updated version code.smihica2014-05-291-2/+2
|
* Fixed self-closing tag's behavior on emmet-expand-yas.smihica2014-05-291-623/+628
|
* Fixed URL.smihica2014-02-191-1/+1
|
* Apply changes into the source files and remake.smihica2014-02-191-2/+2
|
* CSS mode detection is more robust and flexibleNate Eagleson2014-02-171-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.elNate Eagleson2014-02-171-214/+214
|
* Misssmihica2013-09-161-3/+3
|
* Fixed a bug that cursor position is not working when whitespace is on the ↵smihica2013-09-161-4/+5
| | | | top of the snippet.
* Fixed a bug that a cl-function every is not working when the cl-package has ↵smihica2013-09-121-3/+3
| | | | not loaded yet.
* Fixed a bug that the cursor doesn't move after expanding without preview.smihica2013-09-101-5/+10
|
* Updated version 1.0.2smihica2013-08-161-2/+2
|