index
:
vim-sonictemplate.git
gh-pages
master
perl_suppoert-utf8-pipe
placeholder
forked from https://github.com/mattn/vim-sonictemplate
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
template
/
javascript
/
snip-try-catch-finally.js
blob: 959276f2c86b57be8c363d6ef1f01bf424f2e04a (
plain
)
1
2
3
4
5
6
try
{
{{
_cursor_
}}
}
catch
(
e
)
{
}
finally
{
}