8 lines
211 B
Plaintext
8 lines
211 B
Plaintext
|
# -*- 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
|