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