Yasuhiro Matsumoto
c7923d1ec4
fix #389
2017-12-07 00:13:48 +09:00
Yasuhiro Matsumoto
5181a02a09
add test
2017-12-07 00:13:40 +09:00
mattn
1c6b56f0e0
Merge pull request #395 from pageYe123/patch-2
...
correct the wrong link address
2017-11-13 14:45:51 +09:00
Ye Shiqing
2196a056b4
correct the wrong link address
...
missing `/blob/` https://raw.github.com/mattn/emmet-vim/blob/master/TUTORIAL
2017-11-12 01:45:54 -06:00
mattn
a06966cfb2
Merge pull request #393 from vais/patch-2
...
Fix typo in documentation
2017-11-07 14:18:10 +09:00
mattn
fd4a3f6089
Merge pull request #394 from theRemix/doc/plug-install
...
README for vim-plug installation
2017-11-01 20:01:42 +09:00
Jon Borgonia
f1fba43944
add instructions for installation with vim-plug
2017-10-31 20:14:05 -07:00
Vais Salikhov
609c66f043
Fix typo in documentation
2017-10-23 22:14:30 +07:00
mattn
bcadf12a03
Merge pull request #392 from vais/patch-1
...
Fix typo in documentation
2017-10-22 19:51:33 +09:00
Vais Salikhov
d653ee7df0
Fix typo in documentation
2017-10-21 20:14:51 +07:00
mattn
ed79a9264d
Merge pull request #384 from hpate-omicron/patch-1
...
Fix #382 - Multiple class name expansion with Elm
2017-08-21 10:57:21 +09:00
mattn
71c68c2d6c
Merge pull request #383 from korneliakobiela/master
...
Rewrite TUTORIAL to markdown file format
2017-08-21 10:56:42 +09:00
hpate-omicron
4b4e68ae1d
Fix #382 - Multiple class name expansion with Elm
...
This change makes the multiple class name expansion work correctly in Elm.
```
div.one.two.three
```
Becomes
```
div [ class "one two three" ] []
```
Previously you would get
```
div [ class "one.two.three" ] []
```
https://github.com/mattn/emmet-vim/issues/382
2017-08-16 09:52:32 -04:00
Kornelia Kobiela
abc97ac757
Rewrite TUTORIAL to markdown file format
2017-08-13 21:24:43 +02:00
Yasuhiro Matsumoto
9c6d783636
add test
2017-07-13 01:49:34 +09:00
Yasuhiro Matsumoto
230f41e55b
handle attribute in join-tag
...
close #379
2017-07-13 01:47:17 +09:00
Yasuhiro Matsumoto
94261d6515
handle name={{width: 300px}}
...
close #377
2017-06-22 22:32:30 +09:00
Yasuhiro Matsumoto
aa801bc9b7
add block_all_childless
...
close #270
2017-06-13 18:10:16 +09:00
Yasuhiro Matsumoto
3af413c9a3
fix unittest
2017-06-01 22:42:56 +09:00
Yasuhiro Matsumoto
2247b1f457
fix indentation
2017-06-01 22:42:47 +09:00
Yasuhiro Matsumoto
6c38fe86c1
remove debug code
2017-05-16 17:07:20 +09:00
Yasuhiro Matsumoto
956f1b0b43
try to find short name in css snippets
...
close #371
2017-05-16 17:06:55 +09:00
mattn
4efb1c333e
Merge pull request #368 from floscr/fix/add-viewport-units
...
Add viewport units to expansion
2017-03-30 10:26:09 +09:00
Florian Schroedl Home
d6e093d441
Add viewport units to expansion
2017-03-29 17:35:23 +02:00
mattn
5442207ccb
Merge pull request #363 from jankjn/patch-1
...
fix script tag
2017-01-14 20:01:33 +09:00
Jankin Zhang
f0a0948d2d
fix script tag
...
`script` and `script:src` both was expanded to `<script src=""></script>`
2017-01-14 18:45:49 +08:00
Yasuhiro Matsumoto
e5d28f004c
add ! for pug
2017-01-04 12:49:12 +09:00
mattn
20dd275531
Merge pull request #359 from bobbylee/master
...
Updated CSS snippet section from emmetio/emmet
2017-01-03 22:30:00 +09:00
Bobby Lee
5db2c29f14
Updated CSS snippet section with the latest settings from emmetio/emmet (flexbox)
2016-12-27 12:35:08 +13:00
Michael Bøcker-Larsen
5b217264dd
Minimal elm lang support #356
2016-12-07 00:04:49 +09:00
Yasuhiro Matsumoto
1a9c1493ab
Fixes #355
2016-11-30 14:05:39 +09:00
Yasuhiro Matsumoto
44906fb16e
fix #354
2016-11-23 23:41:57 +09:00
mattn
4eca5f5693
Merge pull request #352 from d8660091/fix351
...
fix while loop, #351
2016-11-10 10:19:42 +09:00
Xu Deng
dfff6672c6
fix while loop, #351
2016-11-09 20:02:15 -05:00
Yasuhiro Matsumoto
64544b778d
fix test
2016-11-07 16:09:13 +09:00
Yasuhiro Matsumoto
ebcf6d2205
fix rtype
2016-11-07 16:09:09 +09:00
Yasuhiro Matsumoto
d7b70c656a
handle javascript.jsx
...
Close #347
2016-10-30 21:10:30 +09:00
Yasuhiro Matsumoto
f12fa6e493
Merge commit '30d58ee'
2016-10-29 22:58:51 +09:00
Yasuhiro Matsumoto
b8bb1e51b8
Merge commit 'b56be29'
2016-10-29 22:58:40 +09:00
Yasuhiro Matsumoto
30d58ee417
lookup base type
2016-10-29 22:57:32 +09:00
Yasuhiro Matsumoto
b56be291c4
empty_element_suffix should be " />" for JSX
...
Close #313
2016-10-29 20:36:07 +09:00
Yasuhiro Matsumoto
d228a90eb1
Merge branch 'master' of git://github.com/mattn/emmet-vim
2016-10-29 20:34:36 +09:00
Yasuhiro Matsumoto
1fe780000b
Self closing tag
...
Close #346
2016-10-29 20:33:05 +09:00
Yasuhiro Matsumoto
28ff569be3
empty_element_suffix should be " />" for JSX
...
Close #313
2016-10-27 09:14:09 +09:00
Yasuhiro Matsumoto
f4b097af50
fix #340
...
add -ms- and -o- for vendor prefixes
2016-07-27 16:53:33 +09:00
mattn
92710ebcd2
Merge pull request #339 from greuben/master
...
Use htmlFor in jsx
2016-07-18 20:31:29 +09:00
Reuben Gunday
4805d355c1
Use htmlFor in jsx
2016-07-17 01:13:52 +05:30
mattn
3654efd3d1
Merge pull request #338 from abobov/patch-1
...
Fix typo in documentation
2016-07-07 18:29:06 +09:00
Anton Bobov
3cace3fa08
Fix typo in documentation
2016-07-07 14:00:28 +05:00
Yasuhiro Matsumoto
26899b9981
needless div wrapped for lorem
2016-07-05 10:06:18 +09:00