summaryrefslogtreecommitdiff
path: root/emacs-lisp-mode/search-backward-regexp
blob: 91ac231e59e95915891602e6dcdd6378ce2f9176 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet; -*-
#contributor: Xah Lee (XahLee.org)
#name: search-backward-regexp
#key: search-backward-regexp
#key: sbr
# --
(search-backward-regexp "$1"${2: ${3:bound}${4: ${5:noerror}${6: count}}})$0