Commit Graph

136 Commits

Author SHA1 Message Date
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
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 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
Florian Schroedl Home d6e093d441 Add viewport units to expansion 2017-03-29 17:35:23 +02: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
Xu Deng dfff6672c6 fix while loop, #351 2016-11-09 20:02:15 -05:00
Yasuhiro Matsumoto d7b70c656a handle javascript.jsx
Close #347
2016-10-30 21:10:30 +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 1fe780000b Self closing tag
Close #346
2016-10-29 20:33:05 +09:00
Yasuhiro Matsumoto f4b097af50 fix #340
add -ms- and -o- for vendor prefixes
2016-07-27 16:53:33 +09:00
Yasuhiro Matsumoto 26899b9981 needless div wrapped for lorem 2016-07-05 10:06:18 +09:00
Yasuhiro Matsumoto c03599748f fix bem filter 2016-07-05 09:45:13 +09:00
Yasuhiro Matsumoto 6e93371365 fixes about #303 2016-06-07 17:59:41 +09:00
Yasuhiro Matsumoto 7e1aa89fa4 put space after variable like [st :] 2016-06-07 11:10:55 +09:00
Yasuhiro Matsumoto bcab81cc24 fixes #333 2016-06-05 09:54:14 +09:00
Yasuhiro Matsumoto 02f5a2ec81 fix #332 2016-05-28 00:48:57 +09:00
Yasuhiro Matsumoto f8bf9dbf69 fix #332 2016-05-28 00:39:18 +09:00
Yasuhiro Matsumoto 7735a778c8 fix #332 2016-05-27 03:48:58 +09:00
Yasuhiro Matsumoto 6a6698a179 fix #332 2016-05-27 01:52:33 +09:00
Yasuhiro Matsumoto 6f4869796c fix #332 2016-05-26 23:45:16 +09:00
Yasuhiro Matsumoto 31d903d390 li>lorem 2016-05-17 02:45:20 +09:00
Yasuhiro Matsumoto e2be3aa391 Custom expands should be expanded in later
Fixes #272
2016-05-10 11:11:41 +09:00
Yasuhiro Matsumoto 05bfff176b Fixes #329 again 2016-05-10 10:00:18 +09:00
Yasuhiro Matsumoto 1a0c1288e1 Fixes #329 2016-05-10 09:06:47 +09:00
Yasuhiro Matsumoto 0ccaa29dbd fix #314 2016-01-11 23:58:22 +09:00
Herryanto Siatono 4feadc4062 fix jsx type check to support multi file types 2016-01-03 01:08:04 +08:00
Yasuhiro Matsumoto dee767c998 check type is JSX strictly 2016-01-01 00:11:00 +09:00
Herryanto Siatono 699689c985 add support for jsx attribute expression 2016-01-01 00:07:23 +09:00
Herryanto Siatono cbe10f91b4 fix missing space before /> on html tag join 2015-12-31 15:23:29 +08:00
nkalvi 6f676c4a38 A possible fix to issue #307 2015-12-16 14:26:17 -05:00
Yasuhiro Matsumoto 8b8aefd64c more implements for #307 2015-12-14 12:21:17 +09:00
Yasuhiro Matsumoto ea47fca11e fix implicit tag expansion.
Close #307
2015-12-14 00:39:47 +09:00
Yasuhiro Matsumoto fb3cac36bb Fixes #306 2015-11-23 23:42:12 +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