index
:
emmet-mode.git
master
emmet's support for emacs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mode-def.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #61 - Escape using backslash inside { text }
Dave Mayo
2015-04-10
1
-2
/
+4
*
Attempt at resolving #56
Dave Mayo
2014-12-22
1
-1
/
+1
*
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 precedin...
Dave Mayo
2014-11-26
1
-4
/
+3
*
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
1
-20
/
+20
*
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
1
-8
/
+25
|
/
*
Wrap using token replacement, handles multiline. Test for multiline.
Dave Mayo
2014-08-28
1
-15
/
+4
*
Tests for escape and multiplier.
Dave Mayo
2014-08-25
1
-5
/
+18
*
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
*
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
*
Add support for Sass: Removing trailing semicolon; ability to define
flyingleafe
2014-08-11
1
-1
/
+8
*
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 in...
Dave Mayo
2014-08-10
1
-9
/
+12
*
Changes to come closer to Emmet support, to allow for better consistency of b...
Dave Mayo
2014-08-10
1
-22
/
+17
*
Replace mark-active with (use-region-p)
Dave Mayo
2014-08-10
1
-3
/
+3
*
Merge branch 'master' of https://github.com/flyingleafe/emmet-mode into flyin...
smihica
2014-08-11
1
-8
/
+55
|
\
|
*
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
|
/
*
Support added for indentation by running indent-region after inserting markup.
Dave Mayo
2014-07-10
1
-35
/
+21
*
Fix #23, until a better way is found.
Dave Mayo
2014-06-29
1
-1
/
+11
*
Proof of concept that #21 is doable.
Dave Mayo
2014-06-26
1
-4
/
+15
*
Fixed issue-11 : Respect indent-tabs-mode.
smihica
2014-06-14
1
-5
/
+9
*
Apply changes into the source files and remake.
smihica
2014-02-19
1
-2
/
+20
*
Fixed a bug that cursor position is not working when whitespace is on the top...
smihica
2013-09-16
1
-4
/
+5
*
Fixed a bug that the cursor doesn't move after expanding without preview.
smihica
2013-09-10
1
-2
/
+7
*
Added settings that the cursor to be positioned between first empty quotes. i...
smihica
2013-08-16
1
-2
/
+18
*
Resolved issue #4 "cursor position after expanding".
smihica
2013-08-06
1
-2
/
+35
*
Renamed zencoding -> emmet.
smihica
2013-06-23
1
-134
/
+134
*
Supported subset of emmet's CSS Abbreviations. You can test it in css-mode.
smihica
2013-03-24
1
-14
/
+18
*
[fix] some fixes.
smihica
2013-03-21
1
-1
/
+1
*
[add] Added CSS transform functions.
smihica
2013-03-21
1
-1
/
+1
*
Created emmet branch.
smihica
2013-03-12
1
-0
/
+292