init
This commit is contained in:
5
snippets/nxml-mode/input
Normal file
5
snippets/nxml-mode/input
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor : Anders Bach Nielsen <abachn@abachn.net>
|
||||
# name: <input ... />
|
||||
# --
|
||||
<input type="$1" name="$2" value="$3" />
|
||||
Reference in New Issue
Block a user