confi-emacs-actual/snippets/js-mode/filter

6 lines
139 B
Plaintext
Raw Normal View History

2022-03-30 01:21:13 +02:00
# -*- mode: snippet -*-
# name: arr.filter(...)
# key: fil
# uuid: fil
# --
`(unless (eq (char-before) ?.) ".")`filter($0)`(if (eolp) ";")`