initial commit

This commit is contained in:
ManjaroOne666 2018-10-08 09:51:31 +01:00
commit 89728b0153

View file

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