mirror of
https://github.com/amix/vimrc
synced 2024-12-22 09:53:06 +00:00
4 lines
73 B
Text
4 lines
73 B
Text
|
foreach ($${1:variable} as $${2:key} => $${3:value}){
|
||
|
${4:// code...}
|
||
|
}
|