Initial commit.
This commit is contained in:
3
vim/snippets/html/table/basic.snippet
Executable file
3
vim/snippets/html/table/basic.snippet
Executable file
@@ -0,0 +1,3 @@
|
||||
<table class="${1}">
|
||||
${2}
|
||||
</table>
|
||||
9
vim/snippets/html/table/hardcore.snippet
Executable file
9
vim/snippets/html/table/hardcore.snippet
Executable file
@@ -0,0 +1,9 @@
|
||||
<table>
|
||||
<tr>
|
||||
<th>${1}</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
Reference in New Issue
Block a user