dotar/vim/snippets/php/foreach.snippet
2011-11-17 16:00:49 -06:00

4 lines
60 B
Plaintext
Executable File

foreach ($${1:variable} as $${2:value}){
${3:// code...}
}