YOSHIOKA Takuma
74d582b66e
Merge 51d68cd82c into 6c511a8d7d
2024-12-02 07:21:43 +00:00
eight04
f4c999bdf2
Fix: updateTag doesn't support hyphen
2021-12-04 22:28:25 +08:00
Yasuhiro Matsumoto
dc6cb4fd07
Remove atttribues with setting v:null in default_attributes
2020-06-21 00:27:03 +09:00
grohiro
e4d9455d5a
Fix updateTag with boolean attr
2020-05-04 01:18:35 +09:00
Yasuhiro Matsumoto
5a7c7930c6
Fix mergeLines()
2019-06-20 00:32:53 +09:00
Yasuhiro Matsumoto
9f854c868e
Add mergeLines()
2019-06-20 00:02:06 +09:00
Yasuhiro Matsumoto
6ee9d6d417
rename
2019-06-19 23:39:03 +09:00
Yasuhiro Matsumoto
685359e892
Merge branch 'master' of https://github.com/mattn/emmet-vim
2019-06-19 14:56:36 +09:00
Yasuhiro Matsumoto
b9f1ae467b
Fix remove tag
2019-06-19 01:39:37 +09:00
Yasuhiro Matsumoto
32dd6d3064
Fix split/join tag
2019-06-19 01:08:51 +09:00
Yasuhiro Matsumoto
50b44d90c9
Fix hang-up while split/join tag
2019-06-19 00:46:33 +09:00
Yasuhiro Matsumoto
7b08b89d7d
Implement image encode
2019-06-18 15:44:00 +09:00
Yasuhiro Matsumoto
24fbb0aef7
Fix move next/prev
2019-06-07 15:18:29 +09:00
Yasuhiro Matsumoto
6a6dc6e093
Fix balance tag
2019-05-19 23:26:36 +09:00
Yasuhiro Matsumoto
d698f16587
Expand lorem with div only when there is multiplier.
2019-02-11 00:04:31 +09:00
Yasuhiro Matsumoto
88ecfac350
add dot into pattern of attributes
...
Fixes #436
2018-11-09 15:42:39 +09:00
YOSHIOKA Takuma
51d68cd82c
Use empty string and 0 for HTML-like type, not HTML default
...
In HTML-like type, `settings.html.*` is used as default setting if
`settings.(type).*` is not set.
But in HTML type and types extending HTML, `settings.html` is merged
into `settings.(type)` and no need to use `settings.html` as explicit
default.
Before this change, `param<C-y>,` expands to
`<param name="" value=""></param>` because `xml` type extends `html` by
default, and `html` has default attributes for `param` element.
With this change and `g:user_emmet_settings.xml.extends = ""`, users
can disable HTML defaults in XML files.
So then `param<C-y>,` expands to `<param></param>`.
2018-10-05 20:10:56 +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
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
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
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