mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
6 lines
193 B
Plaintext
6 lines
193 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: font
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: font: size font
|
|
# --
|
|
font: ${1:75%} ${2:"Lucida Grande", "Trebuchet MS", Verdana,} ${3:sans-}serif;$0 |