mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 18:54:27 +08:00
Update
This commit is contained in:
20
index.html
20
index.html
@@ -1,6 +1,6 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<head>
|
<head>
|
||||||
<title>ZenCoding.vim</title>
|
<title>Emmet.vim</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="stylesheet" href="static/css/style-sites.css" type="text/css" />
|
<link rel="stylesheet" href="static/css/style-sites.css" type="text/css" />
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
@@ -22,27 +22,27 @@
|
|||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<img id="logo" src="static/images/zencoding-vim-logo.png" title="禅" alt="禅" />
|
<img id="logo" src="static/images/emmet-vim-logo.png" title="禅" alt="禅" />
|
||||||
<h2>vim plugins for HTML and CSS hi-speed coding.</h2>
|
<h2>vim plugins for HTML and CSS hi-speed coding.</h2>
|
||||||
<section id="content">
|
<section id="content">
|
||||||
<div class="blocked-content">
|
<div class="blocked-content">
|
||||||
<article id="whats">
|
<article id="whats">
|
||||||
<h2 class="maintitle">Whats</h2>
|
<h2 class="maintitle">Whats</h2>
|
||||||
<p>zencoding/emmet for vim</p>
|
<p>emmet for vim</p>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<div class="blocked-content">
|
<div class="blocked-content">
|
||||||
<article id="install">
|
<article id="install">
|
||||||
<h2 class="maintitle">Install</h2>
|
<h2 class="maintitle">Install</h2>
|
||||||
<p>copy plugin/zencoding.vim to plugin directory. and copy autoload/zencoding.vim to autoload directory.</p>
|
<p>copy plugin/emmet.vim to plugin directory. and copy autoload/emmet.vim to autoload directory.</p>
|
||||||
<pre class="code">
|
<pre class="code">
|
||||||
# cp plugin/zencoding.vim ~/.vim/plugin/.
|
# cp plugin/emmet.vim ~/.vim/plugin/.
|
||||||
# cp autoload/zencoding.vim ~/.vim/autoload/.
|
# cp autoload/emmet.vim ~/.vim/autoload/.
|
||||||
</pre>
|
</pre>
|
||||||
<p>if you install <a href="http://www.vim.org/scripts/script.php?script_id=2332">pathogen.vim</a>, you can make it work with only copying zencoding-vim directory to bundle directory.</p>
|
<p>if you install <a href="http://www.vim.org/scripts/script.php?script_id=2332">pathogen.vim</a>, you can make it work with only copying emmet-vim directory to bundle directory.</p>
|
||||||
<pre class="code">
|
<pre class="code">
|
||||||
# cp -r zencoding-vim ~/.vim/bundle/.
|
# cp -r emmet-vim ~/.vim/bundle/.
|
||||||
</pre>
|
</pre>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
<div class="blocked-content">
|
<div class="blocked-content">
|
||||||
<article id="howworkthis">
|
<article id="howworkthis">
|
||||||
<h2 class="maintitle">How This Work</h2>
|
<h2 class="maintitle">How This Work</h2>
|
||||||
<p>below is a movie when using zencoding.vim</p>
|
<p>below is a movie when using emmet.vim</p>
|
||||||
<div id="tty">
|
<div id="tty">
|
||||||
</div>
|
</div>
|
||||||
<!--
|
<!--
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
<article id="repo">
|
<article id="repo">
|
||||||
<h2 class="maintitle">Repository</h2>
|
<h2 class="maintitle">Repository</h2>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://github.com/mattn/zencoding-vim/">http://github.com/mattn/zencoding-vim/</a>
|
<a href="http://github.com/mattn/emmet-vim/">http://github.com/mattn/emmet-vim/</a>
|
||||||
</p>
|
</p>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Reference in New Issue
Block a user