aboutsummaryrefslogtreecommitdiffstats
path: root/src/mode-def.el
Commit message (Expand)AuthorAgeFilesLines
* improve syntaxJesús2020-01-101-43/+43
* Support boolean attributesJesús2020-01-101-0/+7
* f is not a real thing in elispDave Mayo2018-05-031-1/+1
* Moved changes into src, and created config value for postwrap behaviorDave Mayo2018-05-031-11/+56
* Fix regression in regular multiplier handlingDave Mayo2016-09-061-3/+4
* Implement token-replacement in new wrap * functionDave Mayo2016-09-061-16/+23
* Added multi-line * wrap functionality as per #81Dave Mayo2016-09-061-8/+15
* Add self-closing tags style customizationDesmond O. Chang2016-05-021-0/+19
* Fixed end comment position.smihica2015-12-141-1/+0
* Refs #61 - Escape using backslash inside { text }Dave Mayo2015-04-101-2/+4
* Attempt at resolving #56Dave Mayo2014-12-221-1/+1
* Fixes #52 - changes default setting for preview to nilDave Mayo2014-11-261-1/+1
* Fixes #54 - Uses looking-back to check if there is a tag immediately precedin...Dave Mayo2014-11-261-4/+3
* Fixes #50 - Checks start of region for flash after insert.Dave Mayo2014-11-141-2/+7
* Avoid warning messagessmihica2014-10-261-20/+20
* Wrap with markup now leaves cursor at edit point.Dave Mayo2014-10-231-2/+5
* Merge branch 'master' of github.com:smihica/emmet-modeflyingleafe2014-10-011-1/+2
|\
| * Fix error when accepting the expansion.Carl Lei2014-10-011-1/+2
* | Fixed stack overflow error while checking for style tag and attrflyingleafe2014-10-011-8/+25
|/
* Wrap using token replacement, handles multiline. Test for multiline.Dave Mayo2014-08-281-15/+4
* Tests for escape and multiplier.Dave Mayo2014-08-251-5/+18
* Functional wrap-with-markup!Dave Mayo2014-08-251-3/+4
* WIP - Needs escaping figured out or avoidedDave Mayo2014-08-251-0/+15
* 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
* 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
* Add support for Sass: Removing trailing semicolon; ability to defineflyingleafe2014-08-111-1/+8
* 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 in...Dave Mayo2014-08-101-9/+12
* Changes to come closer to Emmet support, to allow for better consistency of b...Dave Mayo2014-08-101-22/+17
* Replace mark-active with (use-region-p)Dave Mayo2014-08-101-3/+3
* Merge branch 'master' of https://github.com/flyingleafe/emmet-mode into flyin...smihica2014-08-111-8/+55
|\
| * Fix: prevent command from firing in css filesflyingleafe2014-08-101-2/+2
| * Added the Go To Edit Point functionalityflyingleafe2014-08-101-8/+55
* | Fixed a bug that #31 preview always happens if there's an active region.smihica2014-08-091-1/+1
|/
* Support added for indentation by running indent-region after inserting markup.Dave Mayo2014-07-101-35/+21
* 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
* Apply changes into the source files and remake.smihica2014-02-191-2/+20