First commit.
This commit is contained in:
6
snippets/js-mode/forEach-arrow
Normal file
6
snippets/js-mode/forEach-arrow
Normal file
@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: arr.forEach((item) => {...})
|
||||
# key: fore=>
|
||||
# uuid: fore=>
|
||||
# --
|
||||
`(unless (eq (char-before) ?.) ".")`forEach(${1:item} => `(if (> (doom-snippets-count-lines %) 1) (concat "{ " (doom-snippets-format "%n%s%n") " }") %)`$0)`(if (eolp) ";")`
|
Reference in New Issue
Block a user