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
/
typescript
/
snip-foreach-lambda.ts
blob: 5c3ed8aa3b252e4bd83324e4338784a04a4b1190 (
plain
)
1
2
3
{{
_input_
:
array
}}.
forEach
({{
_input_
:
element
}}
=>
{
{{
_cursor_
}}
});