Yasuhiro Matsumoto
5fe726da47
fix abbreviation
2015-11-11 19:44:25 +09:00
Yasuhiro Matsumoto
1672e5664c
should behave on only html
2015-11-10 09:43:25 +09:00
Yasuhiro Matsumoto
5819343b88
oops. fixed bug
2015-11-10 09:41:17 +09:00
Yasuhiro Matsumoto
136b87a330
expand snippets for filetypes like html.handlebars
...
Close #298
2015-11-10 09:36:15 +09:00
Yasuhiro Matsumoto
5eb1061a3d
redirect expanding.
...
Close #237
2015-11-10 09:13:48 +09:00
Yasuhiro Matsumoto
4110fb0f7b
ignore django template
2015-10-26 09:44:07 +09:00
Yasuhiro Matsumoto
5041c20aae
don't use getchar(0). unittest.vim stop the test-sequence.
2015-09-25 09:19:16 +09:00
Yasuhiro Matsumoto
77747c762a
fix bem filter. close #295
2015-09-25 09:18:47 +09:00
Yasuhiro Matsumoto
2c429485ec
fix #290 . use getpos('.') instead
2015-08-18 21:57:16 +09:00
Yasuhiro Matsumoto
7a9412d3da
fix #289 . don't remove ${cursor} in attributes
2015-08-18 10:50:09 +09:00
Yasuhiro Matsumoto
8a8f46bc17
should be g:
2015-08-17 20:32:16 +09:00
mattn
e2c2f48716
Merge branch 'master' of github.com:mattn/emmet-vim
2015-07-25 10:51:57 +09:00
mattn
f36d6f4025
exapnd $# of attribute in block element. close #282
2015-07-25 10:49:40 +09:00
Josué Cau
7e3af15e4e
Jade: remove extra "/" after empty elements expansion
...
For instance, `img` should be expanded to `img(src="", alt="")` rather than `img(src="", alt="")/`
2015-07-15 11:06:53 +02:00
Aleksej Kamynin
8289c323e0
Added jade support (based on haml.vim)
2015-07-11 12:36:52 +03:00
Yasuhiro Matsumoto
03bb2b26fe
Add some units behavior of css. Close #264
2015-03-18 11:28:39 +09:00
mattn
3d6862d5d1
Support jsx's className. Close #255
2015-02-21 21:06:33 +09:00
mattn
8b9bcac7a0
Add some workaround for #248
2015-01-08 14:23:34 +09:00
mattn
a9b29f786e
Fixes #249
2015-01-08 14:05:37 +09:00
mattn
47b54c2e5e
Fixes against errors/warnings in vint
2014-12-17 17:26:10 +09:00
mattn
5bfcf0abfd
wip
2014-12-17 03:59:40 +09:00
mattn
8b703a0a00
Fixes errors on lint. #236
2014-11-06 20:02:36 +09:00
mattn
4d78123db9
Find snippet more fuzzy. Close #212
2014-10-09 09:45:47 +09:00
mattn
d51cb7141f
Merge pull request #223 from sheoak/master
...
Sass not working properly with sass extension
2014-08-06 15:59:27 +09:00
mattn
c0175decd3
Fix attribute parse
2014-08-06 15:57:59 +09:00
mattn
bd5f03bb24
Fix #224
2014-08-06 15:42:04 +09:00
sheoak
105bea22b8
Merge branch 'master' of https://github.com/mattn/emmet-vim
2014-08-04 15:07:09 +02:00
sheoak
f1a34ccaa3
Fixes issue #211 - sass not working properly because expecting braces instead of tabs
2014-08-04 15:05:40 +02:00
mattn
39d8f88ccd
Remove debug code
2014-08-04 12:21:02 +09:00
mattn
bd6060ba91
Workaround for sass, fixes #222
2014-08-04 11:46:54 +09:00
mattn
2b94508a46
div[foo bar] should be expanded into <div foo="" bar=""></div>. close #218
2014-07-18 20:29:28 +09:00
mattn
00536daaf6
Merge pull request #217 from conraddecker/master
...
Changed 'parenthesis' setting to 'attribute_style' setting
2014-07-18 17:27:31 +09:00
mattn
0f45689b81
Set attributes. fix #218
2014-07-18 13:13:54 +09:00
Conrad Decker
437cd92004
Changed 'parenthesis' setting to 'attribute_style' setting to allow for choice between 'hash' and 'html'
...
Updated output to correctly display html-style attributes or hash-style attributes. 'attribute_style' setting defaults to hash but can be updated by the user to use html style attributes
2014-07-17 09:40:35 -04:00
mattn
761adcc4be
Fix typo
2014-07-17 09:35:04 +09:00
mattn
ca6296fb7f
parenthesis for haml #216
2014-07-17 09:23:28 +09:00
mattn
ef3f51ba44
Parse as css
2014-06-06 13:50:23 +09:00
mattn
da9283aa5c
Don't handle @i for @i {}
2014-06-06 13:50:22 +09:00
mattn
ef27d24df0
Fix #210
2014-06-06 13:50:21 +09:00
mattn
c49d4567dc
Fix default attributes
2014-06-06 13:50:20 +09:00
mattn
3ccd466123
Fix #207
2014-05-19 15:13:34 +09:00
mattn
fbd353387b
Add c# for expanding color: ;
2014-05-07 10:09:37 +09:00
mattn
e185c13171
s/7/8/
2014-05-07 10:05:47 +09:00
mattn
e18077e991
Fixed #203
2014-05-01 13:41:40 +09:00
mattn
ff1aaf88a9
Fixes behavior of removeTag
2014-04-14 09:38:12 +09:00
mattn
2b6f37f470
Fix balance tag
2014-04-14 09:20:02 +09:00
mattn
74055488de
Try more candidates.
2014-04-13 01:12:12 +09:00
mattn
6adab8a234
Use indent getting from configuration, Fix #201
2014-04-03 01:36:28 +09:00
mattn
6577e0e687
Guard attributes
2014-03-16 00:05:57 +09:00
mattn
ef3b75e877
comment_type
2014-03-14 13:51:27 +09:00