forked from VimPlug/emmet-vim
update doc.
This commit is contained in:
@@ -29,6 +29,7 @@ Tutorial |zencoding-tutorial|
|
|||||||
11. Toggle Comment |zencoding-toggle-comment|
|
11. Toggle Comment |zencoding-toggle-comment|
|
||||||
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|
|
||||||
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|
|
||||||
@@ -280,6 +281,24 @@ You should copy this section and create new buffer, paste and write as
|
|||||||
<cite>http://github.com/</cite>
|
<cite>http://github.com/</cite>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<
|
<
|
||||||
|
14. Code Pretty *zencoding-code-pretty* *<C-Y>c*
|
||||||
|
|
||||||
|
Select code block, for example select following code from "int main()".
|
||||||
|
>
|
||||||
|
<p>Writing in C language</p>
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
puts("hello world");
|
||||||
|
}
|
||||||
|
<
|
||||||
|
Type |<C-Y>c|
|
||||||
|
>
|
||||||
|
<p>Writing in C language</p>
|
||||||
|
|
||||||
|
<span class="Type">int</span> main() {<br />
|
||||||
|
puts(<span class="Constant">"hello world"</span>);<br />
|
||||||
|
}<br />
|
||||||
|
<
|
||||||
==============================================================================
|
==============================================================================
|
||||||
CUSTOMIZE *zencoding-customize*
|
CUSTOMIZE *zencoding-customize*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user