feat: initial commit
This commit is contained in:
7
.emacs.snippets/nxml-mode/tag
Executable file
7
.emacs.snippets/nxml-mode/tag
Executable file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: <tag>\n...\n</tag>
|
||||
# key: tag
|
||||
# --
|
||||
<${1:tag}$2>
|
||||
$0
|
||||
</$1>
|
||||
Reference in New Issue
Block a user