Commit Graph

149 Commits

Author SHA1 Message Date
Yasuhiro Matsumoto 88ecfac350 add dot into pattern of attributes
Fixes #436
2018-11-09 15:42:39 +09:00
Yasuhiro Matsumoto 63c98d801b Merge branch 'master' of https://github.com/mattn/emmet-vim 2018-08-07 16:05:04 +09:00
Yasuhiro Matsumoto 645258ddd4 element configuration should be overridable
Fixes #432
2018-08-07 16:03:23 +09:00
Yasuhiro Matsumoto 2ac3648bc8 fix custom expanding
closes #429
2018-08-06 22:31:34 +09:00
Yasuhiro Matsumoto 3fb134b503 fix finding begining of token
closes #428
2018-07-19 01:02:57 +09:00
Yasuhiro Matsumoto dcf8f6efd8 treat foo. as boolean attributes
closes #426
2018-07-13 12:56:55 +09:00
Yasuhiro Matsumoto e7dd13a750 fix custom tag 2018-07-13 12:01:46 +09:00
Yasuhiro Matsumoto f5b185e3a2 fix zero origin base value
closes #420
2018-05-21 10:39:09 +09:00
Yasuhiro Matsumoto fb31b5dbb6 make child node if current node have a name already
related #272
2018-05-02 14:29:53 +09:00
Yasuhiro Matsumoto 1ba2eb67fb fix attribute pattern 2018-04-25 11:15:55 +09:00
Yasuhiro Matsumoto 40c89e5415 handle inner []
closes #412
2018-04-25 10:32:16 +09:00
Yasuhiro Matsumoto 06b4cda774 expand local variables in custom snippets.
closes #414
2018-04-25 10:03:38 +09:00
Yasuhiro Matsumoto c7923d1ec4 fix #389 2017-12-07 00:13:48 +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
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