mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-13 00:44:18 +00:00
Last commit before tagging and releasing
This commit is contained in:
0
extras/imported/css-mode/.yas-make-groups
Normal file
0
extras/imported/css-mode/.yas-make-groups
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: background
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: background-attachment: scroll/fixed
|
||||
# --
|
||||
background-attachment: ${1:scroll/fixed};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: background
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: background-color: hex
|
||||
# --
|
||||
background-color: #${1:DDD};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: background
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: background-color: name
|
||||
# --
|
||||
background-color: ${1:red};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: background
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: background-color: rgb
|
||||
# --
|
||||
background-color: rgb(${1:255},${2:255},${3:255});$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: background
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: background-color: transparent
|
||||
# --
|
||||
background-color: transparent;$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: background
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: background-image: none
|
||||
# --
|
||||
background-image: none;$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: background
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: background-image: url
|
||||
# --
|
||||
background-image: url($1);$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: background
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: background-position: position
|
||||
# --
|
||||
background-position: ${1:top left/top center/top right/center left/center center/center right/bottom left/bottom center/bottom right/x-% y-%/x-pos y-pos};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- 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
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: background
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: background: color image repeat attachment position
|
||||
# --
|
||||
background:${6: #${1:DDD}} url($2) ${3:repeat/repeat-x/repeat-y/no-repeat} ${4:scroll/fixed} ${5:top left/top center/top right/center left/center center/center right/bottom left/bottom center/bottom right/x-% y-%/x-pos y-pos};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: border
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: border-bottom-color: color
|
||||
# --
|
||||
border-bottom-color: #${1:999};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: border
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: border-bottom-style: style
|
||||
# --
|
||||
border-bottom-style: ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: border
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: border-bottom-width: size
|
||||
# --
|
||||
border-bottom-width: ${1:1}px ${2:solid} #${3:999};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: border
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: border-bottom: size style color
|
||||
# --
|
||||
border-bottom: ${1:1}px ${2:solid} #${3:999};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: border
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: border-color: color
|
||||
# --
|
||||
border-color: ${1:999};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: border
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: border-left-color: color
|
||||
# --
|
||||
border-right-color: #${1:999};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: border
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: border-left-style: style
|
||||
# --
|
||||
border-left-style: ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: border
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: border-left-width: size
|
||||
# --
|
||||
border-left-width: ${1:1}px
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: border
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: border-left: size style color
|
||||
# --
|
||||
border-left: ${1:1}px ${2:solid} #${3:999};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: border
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: border-right-color: color
|
||||
# --
|
||||
border-right-color: #${1:999};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: border
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: border-right-style: style
|
||||
# --
|
||||
border-right-style: ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: border
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: border-right-width: size
|
||||
# --
|
||||
border-right-width: ${1:1}px
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: border
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: border-right: size style color
|
||||
# --
|
||||
border-right: ${1:1}px ${2:solid} #${3:999};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: border
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: border-style: style
|
||||
# --
|
||||
border-style: ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: border
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: border-top-color: color
|
||||
# --
|
||||
border-top-color: #${1:999};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: border
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: border-top-style: style
|
||||
# --
|
||||
border-top-style: ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: border
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: border-top-width: size
|
||||
# --
|
||||
border-top-width: ${1:1}px
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: border
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: border-top: size style color
|
||||
# --
|
||||
border-top: ${1:1}px ${2:solid} #${3:999};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: border
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: border-width: size
|
||||
# --
|
||||
border-width: ${1:1px};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: border
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: border: size style color
|
||||
# --
|
||||
border: ${1:1px} ${2:solid} #${3:999};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: color
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: color: hex
|
||||
# --
|
||||
color: #${1:DDD};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: color
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: color: name
|
||||
# --
|
||||
color: ${1:red};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: color
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: color: rgb
|
||||
# --
|
||||
color: rgb(${1:255},${2:255},${3:255});$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: cursor
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: cursor: type
|
||||
# --
|
||||
cursor: ${1:default/auto/crosshair/pointer/move/*-resize/text/wait/help};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: cursor
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: cursor: url
|
||||
# --
|
||||
cursor: url($1);$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: display
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: display: block
|
||||
# --
|
||||
display: block;$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: display
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: display: common-types
|
||||
# --
|
||||
display: ${1:none/inline/block/list-item/run-in/compact/marker};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: display
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: display: inline
|
||||
# --
|
||||
display: inline;$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: display
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: display: table-types
|
||||
# --
|
||||
display: ${1:table/inline-table/table-row-group/table-header-group/table-footer-group/table-row/table-column-group/table-column/table-cell/table-caption};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: font
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: font-family: family
|
||||
# --
|
||||
font-family: ${1:Arial, "MS Trebuchet"}, ${2:sans-}serif;$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: font
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: font-size: size
|
||||
# --
|
||||
font-size: ${1:100%};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: font
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: font-style: normal/italic/oblique
|
||||
# --
|
||||
font-style: ${1:normal/italic/oblique};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: font
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: font-variant: normal/small-caps
|
||||
# --
|
||||
font-variant: ${1:normal/small-caps};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: font
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: font-weight: weight
|
||||
# --
|
||||
font-weight: ${1:normal/bold};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: font
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: font: style variant weight size/line-height font-family
|
||||
# --
|
||||
font: ${1:normal/italic/oblique} ${2:normal/small-caps} ${3:normal/bold} ${4:1em/1.5em} ${5:Arial}, ${6:sans-}serif;$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- 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
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: list
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: list-style-image: url
|
||||
# --
|
||||
list-style-image: url($1);$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: list
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: list-style-position: pos
|
||||
# --
|
||||
list-style-position: ${1:inside/outside};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: list
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: list-style-type: asian
|
||||
# --
|
||||
list-style-type: ${1:cjk-ideographic/hiragana/katakana/hiragana-iroha/katakana-iroha};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: list
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: list-style-type: marker
|
||||
# --
|
||||
list-style-type: ${1:none/disc/circle/square};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: list
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: list-style-type: numeric
|
||||
# --
|
||||
list-style-type: ${1:decimal/decimal-leading-zero/zero};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: list
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: list-style-type: other
|
||||
# --
|
||||
list-style-type: ${1:hebrew/armenian/georgian};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: list
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: list-style-type: roman-alpha-greek
|
||||
# --
|
||||
list-style-type: ${1:lower-roman/upper-roman/lower-alpha/upper-alpha/lower-greek/lower-latin/upper-latin};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: list
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: list-style: type position image
|
||||
# --
|
||||
list-style: ${1:none/disc/circle/square/decimal/zero} ${2:inside/outside} url($3);$0
|
||||
@@ -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
|
||||
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: !
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: !important CSS
|
||||
# binding: ""
|
||||
# --
|
||||
${1:!important}
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: clear
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: clear: value
|
||||
# --
|
||||
clear: ${1:left/right/both/none};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: direction
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: direction: ltr/rtl
|
||||
# --
|
||||
direction: ${1:ltr|rtl};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: float
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: float: left/right/none
|
||||
# --
|
||||
float: ${1:left/right/none};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: letter
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: letter-spacing: em
|
||||
# --
|
||||
letter-spacing: $1em;$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: letter
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: letter-spacing: px
|
||||
# --
|
||||
letter-spacing: $1px;$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: marker
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: marker-offset: auto
|
||||
# --
|
||||
marker-offset: auto;$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: marker
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: marker-offset: length
|
||||
# --
|
||||
marker-offset: ${1:10px};$0
|
||||
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: opacity
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: opacity: [for Safari, FF & IE]
|
||||
# --
|
||||
opacity: ${1:0.5};${100:
|
||||
}-moz-opacity: ${1:0.5};${100:
|
||||
}filter:alpha(opacity=${2:${1/(1?)0?\.(.*)/$1$2/}${1/^\d*\.\d\d+$|^\d*$|(^\d\.\d$)/(?1:0)/}});$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: overflow
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: overflow: type
|
||||
# --
|
||||
overflow: ${1:visible/hidden/scroll/auto};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: position
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: position: type
|
||||
# --
|
||||
position: ${1:static/relative/absolute/fixed};$0
|
||||
10
extras/imported/css-mode/Other/selection.yasnippet
Normal file
10
extras/imported/css-mode/Other/selection.yasnippet
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: selection
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: selection
|
||||
# --
|
||||
$1::-moz-selection,
|
||||
$1::selection {
|
||||
color: ${2:inherit};
|
||||
background: ${3:inherit};
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: vertical
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: vertical-align: type
|
||||
# --
|
||||
vertical-align: ${1:baseline/sub/super/top/text-top/middle/bottom/text-bottom/length/%};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: visibility
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: visibility: type
|
||||
# --
|
||||
visibility: ${1:visible/hidden/collapse};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: white
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: white-space: normal/pre/nowrap
|
||||
# --
|
||||
white-space: ${1:normal/pre/nowrap};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: word
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: word-spacing: length
|
||||
# --
|
||||
word-spacing: ${1:10px};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: word
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: word-spacing: normal
|
||||
# --
|
||||
word-spacing: normal;$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: z
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: z-index: index
|
||||
# --
|
||||
z-index: $1;$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: padding
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: padding-bottom: length
|
||||
# --
|
||||
padding-bottom: ${1:20px};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: padding
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: padding-left: length
|
||||
# --
|
||||
padding-left: ${1:20px};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: padding
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: padding-right: length
|
||||
# --
|
||||
padding-right: ${1:20px};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: padding
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: padding-top: length
|
||||
# --
|
||||
padding-top: ${1:20px};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: padding
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: padding: T R B L
|
||||
# --
|
||||
padding: ${1:20px} ${2:0px} ${3:40px} ${4:0px};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: padding
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: padding: V H
|
||||
# --
|
||||
padding: ${1:20px} ${2:0px};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: padding
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: padding: all
|
||||
# --
|
||||
padding: ${1:20px};$0
|
||||
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: fixed
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Fixed Position Bottom 100% wide IE6
|
||||
# --
|
||||
${2:bottom: auto;}top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-${1:THE HEIGHT OF THIS THING IN PIXELS}));
|
||||
${3:left: expression(eval(document.documentElement.scrollLeft));
|
||||
}${4:width: expression(eval(document.documentElement.clientWidth));}$0
|
||||
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: background
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: filter: AlphaImageLoader [for IE PNGs]
|
||||
# binding: ""
|
||||
# --
|
||||
${3:background-image: none;
|
||||
}filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='${1:${TM_SELECTED_TEXT:/images/transparent.png}}', sizingMethod='${2:image/scale/crop}');
|
||||
13
extras/imported/css-mode/Proprietary/scrollbar.yasnippet
Normal file
13
extras/imported/css-mode/Proprietary/scrollbar.yasnippet
Normal file
@@ -0,0 +1,13 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: scrollbar
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: scrollbar
|
||||
# --
|
||||
scrollbar-base-color: ${1:#CCCCCC};${2:
|
||||
scrollbar-arrow-color: ${3:#000000};
|
||||
scrollbar-track-color: ${4:#999999};
|
||||
scrollbar-3dlight-color: ${5:#EEEEEE};
|
||||
scrollbar-highlight-color: ${6:#FFFFFF};
|
||||
scrollbar-face-color: ${7:#CCCCCC};
|
||||
scrollbar-shadow-color: ${9:#999999};
|
||||
scrollbar-darkshadow-color: ${8:#666666};}
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: text
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: text-align: left/center/right
|
||||
# --
|
||||
text-align: ${1:left/right/center/justify};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: text
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: text-decoration: none/underline/overline/line-through/blink
|
||||
# --
|
||||
text-decoration: ${1:none/underline/overline/line-through/blink};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: text
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: text-indent: length
|
||||
# --
|
||||
text-indent: ${1:10}px;$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: text
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: text-shadow: color-hex x y blur
|
||||
# --
|
||||
text-shadow: #${1:DDD} ${2:10px} ${3:10px} ${4:2px};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: text
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: text-shadow: color-rgb x y blur
|
||||
# --
|
||||
text-shadow: rgb(${1:255},${2:255},${3:255}) ${4:10px} ${5:10px} ${6:2px};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: text
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: text-shadow: none
|
||||
# --
|
||||
text-shadow: none;$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: text
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: text-transform: capitalize/upper/lower
|
||||
# --
|
||||
text-transform: ${1:capitalize/uppercase/lowercase};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: text
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: text-transform: none
|
||||
# --
|
||||
text-transform: none;$0
|
||||
8
extras/imported/css-mode/properties { } ( } ).yasnippet
Normal file
8
extras/imported/css-mode/properties { } ( } ).yasnippet
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: {
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: properties { } ( } )
|
||||
# --
|
||||
{
|
||||
/* $1 */
|
||||
$0
|
||||
Reference in New Issue
Block a user