mirror of
https://github.com/samsonjs/config.git
synced 2026-04-24 14:37:46 +00:00
6 lines
239 B
XML
6 lines
239 B
XML
<snippet>
|
|
<content><![CDATA[copy(file:"${1:sourceFile}", tofile:"${2:targetFile}")]]></content>
|
|
<tabTrigger>copy</tabTrigger>
|
|
<scope>source.groovy</scope>
|
|
<description>copy(file: …, tofile: …) </description>
|
|
</snippet>
|