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