initial commit

This commit is contained in:
ManjaroOne666 2018-10-08 09:51:31 +01:00
parent e06986e00f
commit 89728b0153
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
snippet option "<option value=..."
<option value="$1">${2:$1}</option>$0
endsnippet