Files
emmet-vim-fork/autoload/emmet/lang
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
..
2017-05-16 17:06:55 +09:00
2017-07-13 01:47:17 +09:00
2014-12-17 17:26:10 +09:00
2016-11-30 14:05:39 +09:00
2016-01-11 23:58:22 +09:00
2014-12-17 17:26:10 +09:00