index
:
Archive/dotfiles.git.20200919
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.vim
/
UltiSnips
/
html.snippets
blob: 7641b6c4d72f0025e460035c6c556ef92c5ec49e (
plain
)
1
2
3
4
5
snippet tx "A simple HTML tag" <${1:div>}> Hello World! </${1:div}> endsnippet