mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 03:04:27 +08:00
Add doc for lorem+ipsum
This commit is contained in:
@@ -30,6 +30,7 @@ Tutorial |zencoding-tutorial|
|
|||||||
12. Make anchor from URL |zencoding-make-anchor-url|
|
12. Make anchor from URL |zencoding-make-anchor-url|
|
||||||
13. Make quoted text from URL |zencoding-quoted-text-url|
|
13. Make quoted text from URL |zencoding-quoted-text-url|
|
||||||
14. Code Pretty |zencoding-code-pretty|
|
14. Code Pretty |zencoding-code-pretty|
|
||||||
|
15. Lorem Ipsum |zencoding-lorem-ipsum|
|
||||||
Customize |zencoding-customize|
|
Customize |zencoding-customize|
|
||||||
1. Key Mappings |zencoding-customize-keymappings|
|
1. Key Mappings |zencoding-customize-keymappings|
|
||||||
2. Indent Size |zencoding-indent-size|
|
2. Indent Size |zencoding-indent-size|
|
||||||
@@ -293,12 +294,36 @@ You should copy this section and create new buffer, paste and write as
|
|||||||
<
|
<
|
||||||
Type |<C-Y>c|
|
Type |<C-Y>c|
|
||||||
>
|
>
|
||||||
<p>Writing in C language</p>
|
|
||||||
|
|
||||||
<span class="Type">int</span> main() {<br />
|
<span class="Type">int</span> main() {<br />
|
||||||
puts(<span class="Constant">"hello world"</span>);<br />
|
puts(<span class="Constant">"hello world"</span>);<br />
|
||||||
}<br />
|
}<br />
|
||||||
<
|
<
|
||||||
|
15. Lorem Ipsum *zencoding-lorem-ipsum*
|
||||||
|
|
||||||
|
To insert dummy text.
|
||||||
|
>
|
||||||
|
lorem
|
||||||
|
<
|
||||||
|
Type |<C-Y>,|
|
||||||
|
>
|
||||||
|
<div>Adipisicing asperiores deleniti ipsum fuga deserunt perferendis
|
||||||
|
molestiae sunt excepturi aut quo nihil! Optio accusantium corporis molestiae
|
||||||
|
deserunt ab, veritatis commodi. Eius nobis ab deserunt magni iure quo
|
||||||
|
laboriosam laboriosam.</div>
|
||||||
|
<
|
||||||
|
For japanese user, put like follow into your g:user_zen_settings:
|
||||||
|
>
|
||||||
|
let g:user_zen_settings = {
|
||||||
|
...
|
||||||
|
|
||||||
|
\ 'custom_expands1' : {
|
||||||
|
\ '^\%(lorem\|lipsum\)\(\d*\)$' : function('zencoding#lorem#ja#expand'),
|
||||||
|
\ },
|
||||||
|
|
||||||
|
...
|
||||||
|
<
|
||||||
|
You will get japanese dummy text.
|
||||||
|
>
|
||||||
==============================================================================
|
==============================================================================
|
||||||
CUSTOMIZE *zencoding-customize*
|
CUSTOMIZE *zencoding-customize*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user