1
0
mirror of https://github.com/amix/vimrc synced 2025-06-16 01:25:00 +08:00

Updated all the plugins. Removed powerline. Added vim-airline (replacement for powerline). Added vim-fugitive.

This commit is contained in:
amix
2013-11-16 19:45:48 +00:00
parent 351979d3e0
commit 86f4456be1
239 changed files with 14942 additions and 8068 deletions

View File

@ -1,50 +1,50 @@
snippet .
${1} {
${2}
${0}
}
snippet !
!important
snippet bdi:m+
-moz-border-image: url(${1}) ${2:0} ${3:0} ${4:0} ${5:0} ${6:stretch} ${7:stretch};
-moz-border-image: url(${1}) ${2:0} ${3:0} ${4:0} ${5:0} ${6:stretch} ${0:stretch};
snippet bdi:m
-moz-border-image: ${1};
-moz-border-image: ${0};
snippet bdrz:m
-moz-border-radius: ${1};
-moz-border-radius: ${0};
snippet bxsh:m+
-moz-box-shadow: ${1:0} ${2:0} ${3:0} #${4:000};
-moz-box-shadow: ${1:0} ${2:0} ${3:0} #${0:000};
snippet bxsh:m
-moz-box-shadow: ${1};
-moz-box-shadow: ${0};
snippet bdi:w+
-webkit-border-image: url(${1}) ${2:0} ${3:0} ${4:0} ${5:0} ${6:stretch} ${7:stretch};
-webkit-border-image: url(${1}) ${2:0} ${3:0} ${4:0} ${5:0} ${6:stretch} ${0:stretch};
snippet bdi:w
-webkit-border-image: ${1};
-webkit-border-image: ${0};
snippet bdrz:w
-webkit-border-radius: ${1};
-webkit-border-radius: ${0};
snippet bxsh:w+
-webkit-box-shadow: ${1:0} ${2:0} ${3:0} #${4:000};
-webkit-box-shadow: ${1:0} ${2:0} ${3:0} #${0:000};
snippet bxsh:w
-webkit-box-shadow: ${1};
-webkit-box-shadow: ${0};
snippet @f
@font-face {
font-family: ${1};
src: url(${2});
src: url(${0});
}
snippet @i
@import url(${1});
@import url(${0});
snippet @m
@media ${1:print} {
${2}
${0}
}
snippet bg+
background: #${1:FFF} url(${2}) ${3:0} ${4:0} ${5:no-repeat};
background: #${1:FFF} url(${2}) ${3:0} ${4:0} ${0:no-repeat};
snippet bga
background-attachment: ${1};
background-attachment: ${0};
snippet bga:f
background-attachment: fixed;
snippet bga:s
background-attachment: scroll;
snippet bgbk
background-break: ${1};
background-break: ${0};
snippet bgbk:bb
background-break: bounding-box;
snippet bgbk:c
@ -52,7 +52,7 @@ snippet bgbk:c
snippet bgbk:eb
background-break: each-box;
snippet bgcp
background-clip: ${1};
background-clip: ${0};
snippet bgcp:bb
background-clip: border-box;
snippet bgcp:cb
@ -62,15 +62,15 @@ snippet bgcp:nc
snippet bgcp:pb
background-clip: padding-box;
snippet bgc
background-color: #${1:FFF};
background-color: #${0:FFF};
snippet bgc:t
background-color: transparent;
snippet bgi
background-image: url(${1});
background-image: url(${0});
snippet bgi:n
background-image: none;
snippet bgo
background-origin: ${1};
background-origin: ${0};
snippet bgo:bb
background-origin: border-box;
snippet bgo:cb
@ -78,13 +78,13 @@ snippet bgo:cb
snippet bgo:pb
background-origin: padding-box;
snippet bgpx
background-position-x: ${1};
background-position-x: ${0};
snippet bgpy
background-position-y: ${1};
background-position-y: ${0};
snippet bgp
background-position: ${1:0} ${2:0};
background-position: ${1:0} ${0:0};
snippet bgr
background-repeat: ${1};
background-repeat: ${0};
snippet bgr:n
background-repeat: no-repeat;
snippet bgr:x
@ -94,7 +94,7 @@ snippet bgr:y
snippet bgr:r
background-repeat: repeat;
snippet bgz
background-size: ${1};
background-size: ${0};
snippet bgz:a
background-size: auto;
snippet bgz:ct
@ -102,67 +102,67 @@ snippet bgz:ct
snippet bgz:cv
background-size: cover;
snippet bg
background: ${1};
background: ${0};
snippet bg:ie
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='${1}',sizingMethod='${2:crop}');
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='${1}',sizingMethod='${0:crop}');
snippet bg:n
background: none;
snippet bd+
border: ${1:1px} ${2:solid} #${3:000};
border: ${1:1px} ${2:solid} #${0:000};
snippet bdb+
border-bottom: ${1:1px} ${2:solid} #${3:000};
border-bottom: ${1:1px} ${2:solid} #${0:000};
snippet bdbc
border-bottom-color: #${1:000};
border-bottom-color: #${0:000};
snippet bdbi
border-bottom-image: url(${1});
border-bottom-image: url(${0});
snippet bdbi:n
border-bottom-image: none;
snippet bdbli
border-bottom-left-image: url(${1});
border-bottom-left-image: url(${0});
snippet bdbli:c
border-bottom-left-image: continue;
snippet bdbli:n
border-bottom-left-image: none;
snippet bdblrz
border-bottom-left-radius: ${1};
border-bottom-left-radius: ${0};
snippet bdbri
border-bottom-right-image: url(${1});
border-bottom-right-image: url(${0});
snippet bdbri:c
border-bottom-right-image: continue;
snippet bdbri:n
border-bottom-right-image: none;
snippet bdbrrz
border-bottom-right-radius: ${1};
border-bottom-right-radius: ${0};
snippet bdbs
border-bottom-style: ${1};
border-bottom-style: ${0};
snippet bdbs:n
border-bottom-style: none;
snippet bdbw
border-bottom-width: ${1};
border-bottom-width: ${0};
snippet bdb
border-bottom: ${1};
border-bottom: ${0};
snippet bdb:n
border-bottom: none;
snippet bdbk
border-break: ${1};
border-break: ${0};
snippet bdbk:c
border-break: close;
snippet bdcl
border-collapse: ${1};
border-collapse: ${0};
snippet bdcl:c
border-collapse: collapse;
snippet bdcl:s
border-collapse: separate;
snippet bdc
border-color: #${1:000};
border-color: #${0:000};
snippet bdci
border-corner-image: url(${1});
border-corner-image: url(${0});
snippet bdci:c
border-corner-image: continue;
snippet bdci:n
border-corner-image: none;
snippet bdf
border-fit: ${1};
border-fit: ${0};
snippet bdf:c
border-fit: clip;
snippet bdf:of
@ -178,55 +178,55 @@ snippet bdf:sp
snippet bdf:st
border-fit: stretch;
snippet bdi
border-image: url(${1}) ${2:0} ${3:0} ${4:0} ${5:0} ${6:stretch} ${7:stretch};
border-image: url(${1}) ${2:0} ${3:0} ${4:0} ${5:0} ${6:stretch} ${0:stretch};
snippet bdi:n
border-image: none;
snippet bdl+
border-left: ${1:1px} ${2:solid} #${3:000};
border-left: ${1:1px} ${2:solid} #${0:000};
snippet bdlc
border-left-color: #${1:000};
border-left-color: #${0:000};
snippet bdli
border-left-image: url(${1});
border-left-image: url(${0});
snippet bdli:n
border-left-image: none;
snippet bdls
border-left-style: ${1};
border-left-style: ${0};
snippet bdls:n
border-left-style: none;
snippet bdlw
border-left-width: ${1};
border-left-width: ${0};
snippet bdl
border-left: ${1};
border-left: ${0};
snippet bdl:n
border-left: none;
snippet bdlt
border-length: ${1};
border-length: ${0};
snippet bdlt:a
border-length: auto;
snippet bdrz
border-radius: ${1};
border-radius: ${0};
snippet bdr+
border-right: ${1:1px} ${2:solid} #${3:000};
border-right: ${1:1px} ${2:solid} #${0:000};
snippet bdrc
border-right-color: #${1:000};
border-right-color: #${0:000};
snippet bdri
border-right-image: url(${1});
border-right-image: url(${0});
snippet bdri:n
border-right-image: none;
snippet bdrs
border-right-style: ${1};
border-right-style: ${0};
snippet bdrs:n
border-right-style: none;
snippet bdrw
border-right-width: ${1};
border-right-width: ${0};
snippet bdr
border-right: ${1};
border-right: ${0};
snippet bdr:n
border-right: none;
snippet bdsp
border-spacing: ${1};
border-spacing: ${0};
snippet bds
border-style: ${1};
border-style: ${0};
snippet bds:ds
border-style: dashed;
snippet bds:dtds
@ -254,69 +254,69 @@ snippet bds:s
snippet bds:w
border-style: wave;
snippet bdt+
border-top: ${1:1px} ${2:solid} #${3:000};
border-top: ${1:1px} ${2:solid} #${0:000};
snippet bdtc
border-top-color: #${1:000};
border-top-color: #${0:000};
snippet bdti
border-top-image: url(${1});
border-top-image: url(${0});
snippet bdti:n
border-top-image: none;
snippet bdtli
border-top-left-image: url(${1});
border-top-left-image: url(${0});
snippet bdtli:c
border-corner-image: continue;
snippet bdtli:n
border-corner-image: none;
snippet bdtlrz
border-top-left-radius: ${1};
border-top-left-radius: ${0};
snippet bdtri
border-top-right-image: url(${1});
border-top-right-image: url(${0});
snippet bdtri:c
border-top-right-image: continue;
snippet bdtri:n
border-top-right-image: none;
snippet bdtrrz
border-top-right-radius: ${1};
border-top-right-radius: ${0};
snippet bdts
border-top-style: ${1};
border-top-style: ${0};
snippet bdts:n
border-top-style: none;
snippet bdtw
border-top-width: ${1};
border-top-width: ${0};
snippet bdt
border-top: ${1};
border-top: ${0};
snippet bdt:n
border-top: none;
snippet bdw
border-width: ${1};
border-width: ${0};
snippet bd
border: ${1};
border: ${0};
snippet bd:n
border: none;
snippet b
bottom: ${1};
bottom: ${0};
snippet b:a
bottom: auto;
snippet bxsh+
box-shadow: ${1:0} ${2:0} ${3:0} #${4:000};
box-shadow: ${1:0} ${2:0} ${3:0} #${0:000};
snippet bxsh
box-shadow: ${1};
box-shadow: ${0};
snippet bxsh:n
box-shadow: none;
snippet bxz
box-sizing: ${1};
box-sizing: ${0};
snippet bxz:bb
box-sizing: border-box;
snippet bxz:cb
box-sizing: content-box;
snippet cps
caption-side: ${1};
caption-side: ${0};
snippet cps:b
caption-side: bottom;
snippet cps:t
caption-side: top;
snippet cl
clear: ${1};
clear: ${0};
snippet cl:b
clear: both;
snippet cl:l
@ -326,23 +326,23 @@ snippet cl:n
snippet cl:r
clear: right;
snippet cp
clip: ${1};
clip: ${0};
snippet cp:a
clip: auto;
snippet cp:r
clip: rect(${1:0} ${2:0} ${3:0} ${4:0});
clip: rect(${1:0} ${2:0} ${3:0} ${0:0});
snippet c
color: #${1:000};
color: #${0:000};
snippet ct
content: ${1};
content: ${0};
snippet ct:a
content: attr(${1});
content: attr(${0});
snippet ct:cq
content: close-quote;
snippet ct:c
content: counter(${1});
content: counter(${0});
snippet ct:cs
content: counters(${1});
content: counters(${0});
snippet ct:ncq
content: no-close-quote;
snippet ct:noq
@ -352,11 +352,11 @@ snippet ct:n
snippet ct:oq
content: open-quote;
snippet coi
counter-increment: ${1};
counter-increment: ${0};
snippet cor
counter-reset: ${1};
counter-reset: ${0};
snippet cur
cursor: ${1};
cursor: ${0};
snippet cur:a
cursor: auto;
snippet cur:c
@ -374,7 +374,7 @@ snippet cur:p
snippet cur:t
cursor: text;
snippet d
display: ${1};
display: ${0};
snippet d:mib
display: -moz-inline-box;
snippet d:mis
@ -414,7 +414,7 @@ snippet d:tbr
snippet d:tb
display: table;
snippet ec
empty-cells: ${1};
empty-cells: ${0};
snippet ec:h
empty-cells: hide;
snippet ec:s
@ -422,7 +422,7 @@ snippet ec:s
snippet exp
expression()
snippet fl
float: ${1};
float: ${0};
snippet fl:l
float: left;
snippet fl:n
@ -430,9 +430,9 @@ snippet fl:n
snippet fl:r
float: right;
snippet f+
font: ${1:1em} ${2:Arial},${3:sans-serif};
font: ${1:1em} ${2:Arial},${0:sans-serif};
snippet fef
font-effect: ${1};
font-effect: ${0};
snippet fef:eb
font-effect: emboss;
snippet fef:eg
@ -442,13 +442,13 @@ snippet fef:n
snippet fef:o
font-effect: outline;
snippet femp
font-emphasize-position: ${1};
font-emphasize-position: ${0};
snippet femp:a
font-emphasize-position: after;
snippet femp:b
font-emphasize-position: before;
snippet fems
font-emphasize-style: ${1};
font-emphasize-style: ${0};
snippet fems:ac
font-emphasize-style: accent;
snippet fems:c
@ -460,27 +460,27 @@ snippet fems:dt
snippet fems:n
font-emphasize-style: none;
snippet fem
font-emphasize: ${1};
font-emphasize: ${0};
snippet ff
font-family: ${1};
font-family: ${0};
snippet ff:c
font-family: ${1:'Monotype Corsiva','Comic Sans MS'},cursive;
font-family: ${0:'Monotype Corsiva','Comic Sans MS'},cursive;
snippet ff:f
font-family: ${1:Capitals,Impact},fantasy;
font-family: ${0:Capitals,Impact},fantasy;
snippet ff:m
font-family: ${1:Monaco,'Courier New'},monospace;
font-family: ${0:Monaco,'Courier New'},monospace;
snippet ff:ss
font-family: ${1:Helvetica,Arial},sans-serif;
font-family: ${0:Helvetica,Arial},sans-serif;
snippet ff:s
font-family: ${1:Georgia,'Times New Roman'},serif;
font-family: ${0:Georgia,'Times New Roman'},serif;
snippet fza
font-size-adjust: ${1};
font-size-adjust: ${0};
snippet fza:n
font-size-adjust: none;
snippet fz
font-size: ${1};
font-size: ${0};
snippet fsm
font-smooth: ${1};
font-smooth: ${0};
snippet fsm:aw
font-smooth: always;
snippet fsm:a
@ -488,7 +488,7 @@ snippet fsm:a
snippet fsm:n
font-smooth: never;
snippet fst
font-stretch: ${1};
font-stretch: ${0};
snippet fst:c
font-stretch: condensed;
snippet fst:e
@ -508,7 +508,7 @@ snippet fst:uc
snippet fst:ue
font-stretch: ultra-expanded;
snippet fs
font-style: ${1};
font-style: ${0};
snippet fs:i
font-style: italic;
snippet fs:n
@ -516,13 +516,13 @@ snippet fs:n
snippet fs:o
font-style: oblique;
snippet fv
font-variant: ${1};
font-variant: ${0};
snippet fv:n
font-variant: normal;
snippet fv:sc
font-variant: small-caps;
snippet fw
font-weight: ${1};
font-weight: ${0};
snippet fw:b
font-weight: bold;
snippet fw:br
@ -532,31 +532,31 @@ snippet fw:lr
snippet fw:n
font-weight: normal;
snippet f
font: ${1};
font: ${0};
snippet h
height: ${1};
height: ${0};
snippet h:a
height: auto;
snippet l
left: ${1};
left: ${0};
snippet l:a
left: auto;
snippet lts
letter-spacing: ${1};
letter-spacing: ${0};
snippet lh
line-height: ${1};
line-height: ${0};
snippet lisi
list-style-image: url(${1});
list-style-image: url(${0});
snippet lisi:n
list-style-image: none;
snippet lisp
list-style-position: ${1};
list-style-position: ${0};
snippet lisp:i
list-style-position: inside;
snippet lisp:o
list-style-position: outside;
snippet list
list-style-type: ${1};
list-style-type: ${0};
snippet list:c
list-style-type: circle;
snippet list:dclz
@ -574,75 +574,75 @@ snippet list:s
snippet list:ur
list-style-type: upper-roman;
snippet lis
list-style: ${1};
list-style: ${0};
snippet lis:n
list-style: none;
snippet mb
margin-bottom: ${1};
margin-bottom: ${0};
snippet mb:a
margin-bottom: auto;
snippet ml
margin-left: ${1};
margin-left: ${0};
snippet ml:a
margin-left: auto;
snippet mr
margin-right: ${1};
margin-right: ${0};
snippet mr:a
margin-right: auto;
snippet mt
margin-top: ${1};
margin-top: ${0};
snippet mt:a
margin-top: auto;
snippet m
margin: ${1};
margin: ${0};
snippet m:4
margin: ${1:0} ${2:0} ${3:0} ${4:0};
margin: ${1:0} ${2:0} ${3:0} ${0:0};
snippet m:3
margin: ${1:0} ${2:0} ${3:0};
margin: ${1:0} ${2:0} ${0:0};
snippet m:2
margin: ${1:0} ${2:0};
margin: ${1:0} ${0:0};
snippet m:0
margin: 0;
snippet m:a
margin: auto;
snippet mah
max-height: ${1};
max-height: ${0};
snippet mah:n
max-height: none;
snippet maw
max-width: ${1};
max-width: ${0};
snippet maw:n
max-width: none;
snippet mih
min-height: ${1};
min-height: ${0};
snippet miw
min-width: ${1};
min-width: ${0};
snippet op
opacity: ${1};
opacity: ${0};
snippet op:ie
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=${1:100});
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=${0:100});
snippet op:ms
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=${1:100})';
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=${0:100})';
snippet orp
orphans: ${1};
orphans: ${0};
snippet o+
outline: ${1:1px} ${2:solid} #${3:000};
outline: ${1:1px} ${2:solid} #${0:000};
snippet oc
outline-color: ${1:#000};
outline-color: ${0:#000};
snippet oc:i
outline-color: invert;
snippet oo
outline-offset: ${1};
outline-offset: ${0};
snippet os
outline-style: ${1};
outline-style: ${0};
snippet ow
outline-width: ${1};
outline-width: ${0};
snippet o
outline: ${1};
outline: ${0};
snippet o:n
outline: none;
snippet ovs
overflow-style: ${1};
overflow-style: ${0};
snippet ovs:a
overflow-style: auto;
snippet ovs:mq
@ -654,7 +654,7 @@ snippet ovs:p
snippet ovs:s
overflow-style: scrollbar;
snippet ovx
overflow-x: ${1};
overflow-x: ${0};
snippet ovx:a
overflow-x: auto;
snippet ovx:h
@ -664,7 +664,7 @@ snippet ovx:s
snippet ovx:v
overflow-x: visible;
snippet ovy
overflow-y: ${1};
overflow-y: ${0};
snippet ovy:a
overflow-y: auto;
snippet ovy:h
@ -674,7 +674,7 @@ snippet ovy:s
snippet ovy:v
overflow-y: visible;
snippet ov
overflow: ${1};
overflow: ${0};
snippet ov:a
overflow: auto;
snippet ov:h
@ -684,25 +684,25 @@ snippet ov:s
snippet ov:v
overflow: visible;
snippet pb
padding-bottom: ${1};
padding-bottom: ${0};
snippet pl
padding-left: ${1};
padding-left: ${0};
snippet pr
padding-right: ${1};
padding-right: ${0};
snippet pt
padding-top: ${1};
padding-top: ${0};
snippet p
padding: ${1};
padding: ${0};
snippet p:4
padding: ${1:0} ${2:0} ${3:0} ${4:0};
padding: ${1:0} ${2:0} ${3:0} ${0:0};
snippet p:3
padding: ${1:0} ${2:0} ${3:0};
padding: ${1:0} ${2:0} ${0:0};
snippet p:2
padding: ${1:0} ${2:0};
padding: ${1:0} ${0:0};
snippet p:0
padding: 0;
snippet pgba
page-break-after: ${1};
page-break-after: ${0};
snippet pgba:aw
page-break-after: always;
snippet pgba:a
@ -712,7 +712,7 @@ snippet pgba:l
snippet pgba:r
page-break-after: right;
snippet pgbb
page-break-before: ${1};
page-break-before: ${0};
snippet pgbb:aw
page-break-before: always;
snippet pgbb:a
@ -722,13 +722,13 @@ snippet pgbb:l
snippet pgbb:r
page-break-before: right;
snippet pgbi
page-break-inside: ${1};
page-break-inside: ${0};
snippet pgbi:a
page-break-inside: auto;
snippet pgbi:av
page-break-inside: avoid;
snippet pos
position: ${1};
position: ${0};
snippet pos:a
position: absolute;
snippet pos:f
@ -738,7 +738,7 @@ snippet pos:r
snippet pos:s
position: static;
snippet q
quotes: ${1};
quotes: ${0};
snippet q:en
quotes: '\201C' '\201D' '\2018' '\2019';
snippet q:n
@ -746,7 +746,7 @@ snippet q:n
snippet q:ru
quotes: '\00AB' '\00BB' '\201E' '\201C';
snippet rz
resize: ${1};
resize: ${0};
snippet rz:b
resize: both;
snippet rz:h
@ -756,17 +756,17 @@ snippet rz:n
snippet rz:v
resize: vertical;
snippet r
right: ${1};
right: ${0};
snippet r:a
right: auto;
snippet tbl
table-layout: ${1};
table-layout: ${0};
snippet tbl:a
table-layout: auto;
snippet tbl:f
table-layout: fixed;
snippet tal
text-align-last: ${1};
text-align-last: ${0};
snippet tal:a
text-align-last: auto;
snippet tal:c
@ -776,7 +776,7 @@ snippet tal:l
snippet tal:r
text-align-last: right;
snippet ta
text-align: ${1};
text-align: ${0};
snippet ta:c
text-align: center;
snippet ta:l
@ -784,7 +784,7 @@ snippet ta:l
snippet ta:r
text-align: right;
snippet td
text-decoration: ${1};
text-decoration: ${0};
snippet td:l
text-decoration: line-through;
snippet td:n
@ -794,7 +794,7 @@ snippet td:o
snippet td:u
text-decoration: underline;
snippet te
text-emphasis: ${1};
text-emphasis: ${0};
snippet te:ac
text-emphasis: accent;
snippet te:a
@ -810,7 +810,7 @@ snippet te:dt
snippet te:n
text-emphasis: none;
snippet th
text-height: ${1};
text-height: ${0};
snippet th:a
text-height: auto;
snippet th:f
@ -820,11 +820,11 @@ snippet th:m
snippet th:t
text-height: text-size;
snippet ti
text-indent: ${1};
text-indent: ${0};
snippet ti:-
text-indent: -9999px;
snippet tj
text-justify: ${1};
text-justify: ${0};
snippet tj:a
text-justify: auto;
snippet tj:d
@ -840,23 +840,23 @@ snippet tj:k
snippet tj:t
text-justify: tibetan;
snippet to+
text-outline: ${1:0} ${2:0} #${3:000};
text-outline: ${1:0} ${2:0} #${0:000};
snippet to
text-outline: ${1};
text-outline: ${0};
snippet to:n
text-outline: none;
snippet tr
text-replace: ${1};
text-replace: ${0};
snippet tr:n
text-replace: none;
snippet tsh+
text-shadow: ${1:0} ${2:0} ${3:0} #${4:000};
text-shadow: ${1:0} ${2:0} ${3:0} #${0:000};
snippet tsh
text-shadow: ${1};
text-shadow: ${0};
snippet tsh:n
text-shadow: none;
snippet tt
text-transform: ${1};
text-transform: ${0};
snippet tt:c
text-transform: capitalize;
snippet tt:l
@ -866,7 +866,7 @@ snippet tt:n
snippet tt:u
text-transform: uppercase;
snippet tw
text-wrap: ${1};
text-wrap: ${0};
snippet tw:no
text-wrap: none;
snippet tw:n
@ -876,11 +876,11 @@ snippet tw:s
snippet tw:u
text-wrap: unrestricted;
snippet t
top: ${1};
top: ${0};
snippet t:a
top: auto;
snippet va
vertical-align: ${1};
vertical-align: ${0};
snippet va:bl
vertical-align: baseline;
snippet va:b
@ -898,7 +898,7 @@ snippet va:tt
snippet va:t
vertical-align: top;
snippet v
visibility: ${1};
visibility: ${0};
snippet v:c
visibility: collapse;
snippet v:h
@ -906,7 +906,7 @@ snippet v:h
snippet v:v
visibility: visible;
snippet whsc
white-space-collapse: ${1};
white-space-collapse: ${0};
snippet whsc:ba
white-space-collapse: break-all;
snippet whsc:bs
@ -918,7 +918,7 @@ snippet whsc:l
snippet whsc:n
white-space-collapse: normal;
snippet whs
white-space: ${1};
white-space: ${0};
snippet whs:n
white-space: normal;
snippet whs:nw
@ -930,13 +930,13 @@ snippet whs:pw
snippet whs:p
white-space: pre;
snippet wid
widows: ${1};
widows: ${0};
snippet w
width: ${1};
width: ${0};
snippet w:a
width: auto;
snippet wob
word-break: ${1};
word-break: ${0};
snippet wob:ba
word-break: break-all;
snippet wob:bs
@ -948,9 +948,9 @@ snippet wob:l
snippet wob:n
word-break: normal;
snippet wos
word-spacing: ${1};
word-spacing: ${0};
snippet wow
word-wrap: ${1};
word-wrap: ${0};
snippet wow:no
word-wrap: none;
snippet wow:n
@ -960,7 +960,7 @@ snippet wow:s
snippet wow:u
word-wrap: unrestricted;
snippet z
z-index: ${1};
z-index: ${0};
snippet z:a
z-index: auto;
snippet zoo