Commit Graph

777 Commits

Author SHA1 Message Date
mattn
24eaace730 Avoid to duplicate attributes 2013-04-06 21:39:53 +09:00
mattn
7aecdc809d Merge pull request #114 from mgrubb/keep-attribute-order
Keep defined order of HTML attributes
2013-04-06 05:37:49 -07:00
Michael Grubb
594ca8e767 Added list to keep order of added attributes
Preloads this list with 'id' and 'class' to always sort those first
As attributes are parsed, append the names to the list.
Change toString function to loop over attribute list instead of keys.
2013-04-06 00:04:37 -05:00
mattn
6a84397073 Merge pull request #113 from avinash/master
The zencoding folder also needs to be copied to ~/.vim/autoload
2013-03-27 02:13:09 -07:00
Avinash Meetoo
e5ff2df906 The zencoding folder also needs to be copied to ~/.vim/autoload 2013-03-27 13:08:34 +04:00
mattn
59c2fb6647 Check bundled type at the first 2013-03-26 12:48:02 +09:00
mattn
82c09728d7 Fix checking type for expanding abbreviation. Also move types htmldjango/drupal into default settings. 2013-03-26 12:43:43 +09:00
mattn
0e4fe62138 Merge pull request #106 from Poltergeist/master
Added less support
2013-02-19 17:47:40 -08:00
Philipp Hinrichsen
73386514ea added less support 2013-02-18 13:20:19 +01:00
mattn
dc65299159 add zencoding_use_identify to disable. default is 1. 2013-02-13 09:02:43 +09:00
mattn
77c863af95 Merge pull request #104 from dpino/fast-image-size
Use command 'identify' (if supported) to get the size of a local image
2013-02-12 15:52:50 -08:00
Diego Pino
760d00cb89 Use function 'executable' to check if command 'identify' is available 2013-02-08 22:38:11 +01:00
Diego Pino
c088101cb7 Use command 'identify' to retrieve the size of a local image
* Command 'identify' is provived by ImageMagick
2013-02-07 18:32:59 +01:00
mattn
8c072f6a3b fix typo. 2013-01-22 14:14:28 +09:00
mattn
7aee52d710 Merge pull request #101 from snowmantw/patch-1
Update doc/zencoding.txt
2013-01-21 20:46:20 -08:00
mattn
8734406ab6 Merge pull request #100 from snowmantw/master
Optional ZenCoding functions in different modes.
2013-01-21 20:46:03 -08:00
Greg Weng
0d4bc41f03 Update doc/zencoding.txt 2013-01-22 12:42:41 +08:00
Greg Weng
8862640291 Update README.mkd 2013-01-22 11:23:25 +08:00
Greg Weng
97b753223e Update README.mkd 2013-01-22 11:22:53 +08:00
Greg Weng
2d3a46238b Optional zencoding functions in different modes. 2013-01-22 11:18:44 +08:00
Greg Weng
ab1be77b86 Update README.mkd 2013-01-22 11:15:29 +08:00
mattn
27350c3672 fix guessing utf-8 2013-01-11 09:51:32 +09:00
mattn
8c108ad27d use lower case 'html' for <DOCTYPE HTML> 2013-01-07 12:07:05 +09:00
mattn
f6c5a8c717 fix balance inward. 2012-12-04 10:51:32 +09:00
mattn
ac43ff8cd9 remove semi-colon in sass. 2012-11-06 20:22:47 +09:00
mattn
70fe3aa22c version bump up. emmet 2012-11-02 12:24:22 +09:00
mattn
9b3643796a fix. 2012-11-02 12:14:38 +09:00
mattn
40107b67c4 gh-pages. 2012-11-02 12:09:51 +09:00
mattn
77855c4fe1 add snippets for sass. 2012-10-24 11:27:34 +09:00
mattn
f0ba3ef4a5 fix fc filter. 2012-10-24 11:22:55 +09:00
mattn
eed6b2db44 fix fc filter. 2012-10-24 11:21:17 +09:00
mattn
7a25848537 add tests. 2012-10-24 11:13:43 +09:00
mattn
672af42b71 support (bg+)+c like format. 2012-10-24 11:13:34 +09:00
mattn
95455cc4c8 move cursor to eol if value was set. 2012-10-24 10:34:30 +09:00
mattn
34ce1afda0 add tests. 2012-10-24 10:29:20 +09:00
mattn
9c02c521f1 fix: em/p units. remove debug message. 2012-10-24 10:29:07 +09:00
mattn
bd8296d27c support m10-5 like format. 2012-10-24 10:20:25 +09:00
mattn
df2b758819 fix test. 2012-10-16 22:41:14 +09:00
mattn
6b8e9720cf fix. 2012-10-16 22:40:21 +09:00
mattn
e5baec0d46 Disable completion of unit for z(z-index). This workaround should be removed. 2012-10-16 17:37:38 +09:00
mattn
551740c720 add note. 2012-10-16 17:15:50 +09:00
mattn
3d7138f3ae add tests. 2012-10-16 17:14:31 +09:00
mattn
272bad5c53 treat WORD. 2012-10-16 17:14:26 +09:00
mattn
6575f65eaf support linear gradient. 2012-10-16 17:07:47 +09:00
mattn
e4bbc7fcd4 add test. 2012-10-16 16:21:02 +09:00
mattn
cc7a2ecf38 support ^ 2012-10-16 16:19:28 +09:00
Charles McGarvey
68f6e1851a add option for customizing the empty tag suffix
Example: To expand the br tag as <br/> instead of the default <br />, put this
in your .vimrc:

let g:user_zen_settings = {
\  'html': {
\    'empty_element_suffix': '/>',
\  },
\}
2012-09-01 13:09:50 -06:00
Charles McGarvey
e7af8d0793 make snippet expanding obey user tab settings 2012-09-01 13:03:59 -06:00
mattn
72e10f85fe fix cursor placing for haml & slim. close #92 2012-08-23 11:39:28 +09:00
mattn
b45b08f5e8 fix jpeg decoder. 2012-08-02 11:47:25 +09:00