This website works better with JavaScript.
Explore
Help
Sign In
jbiason
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
My own configuration files
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
187
Commits
1
Branch
0
Tags
2.3 MiB
Tree:
1123be3663
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1123be3663'
${ noResults }
dotfiles
/
vim
/
UltiSnips
/
xml.snippets
4 lines
61 B
Raw
Normal View
History
Unescape
Escape
snippet for xml files, with autoclosing
10 years ago
snippet ts "Simple tag, no content" b
<${1:tag}/>
endsnippet