Yasuhiro Matsumoto
c0728a8dac
Merge branch 'master' of https://github.com/mattn/emmet-vim
2018-04-25 10:04:27 +09:00
Yasuhiro Matsumoto
06b4cda774
expand local variables in custom snippets.
...
closes #414
2018-04-25 10:03:38 +09:00
ashfinal
18c0cf55f4
Adds emmet#anchorizeURL support for reStructuredText
2018-03-16 20:47:39 +08:00
Yasuhiro Matsumoto
aa801bc9b7
add block_all_childless
...
close #270
2017-06-13 18:10:16 +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
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
44906fb16e
fix #354
2016-11-23 23:41:57 +09:00
Yasuhiro Matsumoto
ebcf6d2205
fix rtype
2016-11-07 16:09:09 +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
Reuben Gunday
4805d355c1
Use htmlFor in jsx
2016-07-17 01:13:52 +05:30
Yasuhiro Matsumoto
52f3af7ca8
select is not inline element
2016-06-10 14:14:11 +09:00
Yasuhiro Matsumoto
e42c07978e
Detect pug as well as jade file types
...
Close #330
2016-05-12 08:56:28 +09:00
Yasuhiro Matsumoto
e2be3aa391
Custom expands should be expanded in later
...
Fixes #272
2016-05-10 11:11:41 +09:00
Yasuhiro Matsumoto
b4b21450f2
fallback for shiftwidth()
2016-04-26 08:49:46 +09:00
ryunix
d550205295
Using shiftwidth()
2016-04-17 00:13:45 +09:00
Yasuhiro Matsumoto
913dfe686d
remove debug message
2015-11-10 09:39:13 +09:00
Yasuhiro Matsumoto
603d6e4fcd
fix bug
2015-11-10 09:38:27 +09:00
Yasuhiro Matsumoto
136b87a330
expand snippets for filetypes like html.handlebars
...
Close #298
2015-11-10 09:36:15 +09:00
Yasuhiro Matsumoto
1691ccc7e8
fix default_attributes
2015-10-20 10:49:55 +09:00
Yasuhiro Matsumoto
0bd0a38a29
fix merge configuration
2015-10-20 10:12:03 +09:00
Yasuhiro Matsumoto
13b842d9c4
default_attributes should be array of dictionary
2015-10-20 09:29:34 +09:00
Yasuhiro Matsumoto
fceb37243a
appending array configuration into map
...
Close #301
2015-10-20 09:04:11 +09:00
Yasuhiro Matsumoto
abdf10e91c
allow empty configuration
2015-10-02 19:01:19 +09:00
Yasuhiro Matsumoto
333fede99b
fix #296
2015-09-29 14:51:44 +09:00
Yasuhiro Matsumoto
4933347202
fix #292
2015-08-31 14:24:14 +09:00
Yasuhiro Matsumoto
1c240c6d6d
extendible configuration with '*'
2015-08-20 00:20:53 +09:00
Yasuhiro Matsumoto
6e1175326e
Merge branch 'master' of https://github.com/mattn/emmet-vim
2015-08-17 20:33:14 +09:00
Yasuhiro Matsumoto
6d572e21e4
fix #287 . set nogdefault
2015-08-17 20:22:52 +09:00
즈눅
0617f58dd6
Jade: add snippets
2015-08-15 05:34:52 +09:00
mattn
e82844db78
bump up version
2015-07-26 21:42:01 +09:00
mattn
5dda53c1ec
find resource for each of filetype which is separated with dot. fix #265
2015-07-26 21:36:29 +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
Yasuhiro Matsumoto
30f8568935
fix #276
2015-06-26 12:48:22 +09:00
Yasuhiro Matsumoto
cda7349b65
text content should be repeated with multiplier
2015-06-23 13:57:08 +09:00
mattn
25d321c66f
Support Vim 7.2
2015-02-27 01:39:55 +09:00
mattn
3d6862d5d1
Support jsx's className. Close #255
2015-02-21 21:06:33 +09:00
John Whitley
862abb3895
Do not hardcode a default indentation
...
Change 2a8f0e094d hardcoded a value for
s:emmet_settings.variables.indentation, which incorrectly overrides the
logic in emmet#getIndentation that respects a user's indentation
settings in the absence of an explicit emmet indentation config setting.
2015-01-28 12:31:44 -08:00
Dennis Coldwell
d4647629b2
enhancing link:import abbreviation
...
- matching implementation to emmet.io reference
- https://github.com/emmetio/emmet/blob/master/lib/snippets.json#L670
2015-01-27 10:09:30 -08:00
mattn
8b9bcac7a0
Add some workaround for #248
2015-01-08 14:23:34 +09:00
mattn
fcf44c5f6d
user_emmet_settings.indentation should be checked at the first
2014-12-21 23:56:59 +09:00
mattn
47b54c2e5e
Fixes against errors/warnings in vint
2014-12-17 17:26:10 +09:00
mattn
edf74342b5
Merge branch 'master' into wip
2014-12-17 16:09:57 +09:00
mattn
cd09765a83
use_selection = 0 in default
2014-12-17 16:09:20 +09:00
mattn
5bfcf0abfd
wip
2014-12-17 03:59:40 +09:00
mattn
1c1c511896
Update css abbreviations
2014-12-17 03:31:12 +09:00