7 lines
172 B
Plaintext
7 lines
172 B
Plaintext
# -*- mode: snippet -*-
|
|
# contributor: Xah Lee (XahLee.org)
|
|
# name: skip-chars-forward
|
|
# key: skip-chars-forward
|
|
# key: scf
|
|
# --
|
|
(skip-chars-forward "${1:string}"${2: lim}) |