mattn
bc5903d69c
Fix attrs_order
2013-04-06 22:41:08 +09:00
mattn
f1daca4fa5
Fix parse image size
2013-04-06 22:40:19 +09:00
mattn
f86c34fbe8
Fix parseTag
2013-04-06 22:31:53 +09:00
mattn
39a9986627
Fix toggleComment
2013-04-06 22:16:23 +09:00
mattn
77e2bd3c4e
Add default attributes
2013-04-06 22:00:38 +09:00
mattn
62f0a02346
ditto
2013-04-06 21:44:27 +09:00
mattn
f99392847f
Fix checking attributs
2013-04-06 21:41:23 +09:00
mattn
24eaace730
Avoid to duplicate attributes
2013-04-06 21:39:53 +09: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
dc65299159
add zencoding_use_identify to disable. default is 1.
2013-02-13 09:02:43 +09: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
27350c3672
fix guessing utf-8
2013-01-11 09:51:32 +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
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
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
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
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
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
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
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
mattn
b731410946
fix indent.
2012-07-27 09:13:34 +09:00
mattn
f60a983ae9
retab.
2012-07-26 14:35:42 +09:00
mattn
5c3abc98a2
fix indent: when wrap inner text with block element, it don't append indent. close #90
2012-07-26 14:16:35 +09:00
mattn
7ad7c1032e
escape indent character if it's like '\t' (not "\t"). however, it won't beuseful for me.
2012-07-26 08:58:08 +09:00
mattn
b46410cf05
fixed back to parent nest. close #88
2012-07-17 15:29:51 +09:00
mattn
8209775129
add new option dollar_expr that don't replace $ to numbers.
2012-07-06 13:39:08 +09:00
mattn
14ba403bf2
fixed bug that '#' was appended with input:text in haml.
2012-07-03 10:36:09 +09:00
mattn
855e1a73df
add lang.vim
2012-06-29 09:56:15 +09:00
mattn
61a261ef89
check empty.
2012-06-29 09:19:46 +09:00
mattn
e1e79f3d25
fix indent.
2012-06-28 22:10:44 +09:00
mattn
c55e379172
fix analyzing jpeg image size.
2012-06-28 22:10:27 +09:00
mattn
8194ee6683
rewrite html#balanceTag.
2012-06-22 14:47:12 +09:00
mattn
c1ce62261f
fix indent for wrapped text.
2012-06-20 12:41:40 +09:00
mattn
8d10026f61
orz
2012-06-13 22:07:55 +09:00
mattn
aedd9026f0
hahaha
2012-06-13 22:07:18 +09:00
mattn
403058a97d
remove last ;
2012-06-13 22:06:45 +09:00
mattn
79c60d1cf5
add sass support. (really?)
2012-06-13 22:04:57 +09:00
mattn
09b6efb86b
; needed.
2012-06-13 22:00:41 +09:00
mattn
af0e4f1166
s/sass/scss/g
2012-06-13 21:58:57 +09:00
mattn
ca4675c02f
add sass support.
2012-06-13 21:45:58 +09:00
mattn
bddc3f9ff5
check encoding more smart.
2012-06-13 18:44:45 +09:00