mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
6 lines
197 B
Plaintext
6 lines
197 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: background
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: background-repeat: r/r-x/r-y/n-r
|
|
# --
|
|
background-repeat: ${1:repeat/repeat-x/repeat-y/no-repeat};$0 |