6 lines
133 B
Plaintext
6 lines
133 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: arr.map(...)
|
||
|
# key: map
|
||
|
# uuid: map
|
||
|
# --
|
||
|
`(unless (eq (char-before) ?.) ".")`map($0)`(if (eolp) ";")`
|