8 lines
155 B
Plaintext
8 lines
155 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: wrap-listing-highlight
|
|
# binding: C-I w h
|
|
# --
|
|
`(if (region-active-p)
|
|
(concat
|
|
"<@\\lh{red}{" yas-selected-text "}@>"))`
|