mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 02:14:17 +00:00
Last commit before tagging and releasing
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: margin
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: margin-bottom: length
|
||||
# --
|
||||
margin-bottom: ${1:20px};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: margin
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: margin-left: length
|
||||
# --
|
||||
margin-left: ${1:20px};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: margin
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: margin-right: length
|
||||
# --
|
||||
margin-right: ${1:20px};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: margin
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: margin-top: length
|
||||
# --
|
||||
margin-top: ${1:20px};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: margin
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: margin: all
|
||||
# --
|
||||
margin: ${1:20px};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: margin
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: margin: T R B L
|
||||
# --
|
||||
margin: ${1:20px} ${2:0px} ${3:40px} ${4:0px};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: margin
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: margin: V H
|
||||
# --
|
||||
margin: ${1:20px} ${2:0px};$0
|
||||
Reference in New Issue
Block a user