bug fix and add snippets for html-mode

This commit is contained in:
Zhang Chiyuan
2008-03-06 13:20:03 +00:00
parent 43a6cd532c
commit 81b3a98f1e
7 changed files with 22 additions and 4 deletions

3
snippets/html-mode/div Normal file
View File

@@ -0,0 +1,3 @@
#name : <div...>...</div>
# --
<div$1>$0</div>