mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00

* Fixed a bug when evaluating primary field expressions * Completed importation of TextMate HTML snippets, some TextMate HTML commands missing.
8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
# -*- mode: snippet -*-
|
|
# type: command
|
|
# name: Emphasize
|
|
# binding: A-i
|
|
## condition: "text.html"
|
|
# --
|
|
(yas/html-wrap-selection-if-not-wrapped-already "em")
|