Install yasnippet and vala-snippets packages
This commit is contained in:
3
elpa/yasnippet-20160924.2001/snippets/css-mode/bg
Normal file
3
elpa/yasnippet-20160924.2001/snippets/css-mode/bg
Normal file
@@ -0,0 +1,3 @@
|
||||
#name : background-color: ...
|
||||
# --
|
||||
background-color: #${1:DDD};
|
3
elpa/yasnippet-20160924.2001/snippets/css-mode/bg.1
Normal file
3
elpa/yasnippet-20160924.2001/snippets/css-mode/bg.1
Normal file
@@ -0,0 +1,3 @@
|
||||
#name : background-image: ...
|
||||
# --
|
||||
background-image: url($1);
|
3
elpa/yasnippet-20160924.2001/snippets/css-mode/bor
Normal file
3
elpa/yasnippet-20160924.2001/snippets/css-mode/bor
Normal file
@@ -0,0 +1,3 @@
|
||||
#name : border size style color
|
||||
# --
|
||||
border: ${1:1px} ${2:solid} #${3:999};
|
4
elpa/yasnippet-20160924.2001/snippets/css-mode/cl
Normal file
4
elpa/yasnippet-20160924.2001/snippets/css-mode/cl
Normal file
@@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : clear: ...
|
||||
# --
|
||||
clear: $1;
|
@@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : display: block
|
||||
# --
|
||||
display: block;
|
@@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : display: inline
|
||||
# --
|
||||
display: inline;
|
4
elpa/yasnippet-20160924.2001/snippets/css-mode/disp.none
Normal file
4
elpa/yasnippet-20160924.2001/snippets/css-mode/disp.none
Normal file
@@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : display: none
|
||||
# --
|
||||
display: none;
|
4
elpa/yasnippet-20160924.2001/snippets/css-mode/ff
Normal file
4
elpa/yasnippet-20160924.2001/snippets/css-mode/ff
Normal file
@@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : font-family: ...
|
||||
# --
|
||||
font-family: $1;
|
4
elpa/yasnippet-20160924.2001/snippets/css-mode/fs
Normal file
4
elpa/yasnippet-20160924.2001/snippets/css-mode/fs
Normal file
@@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : font-size: ...
|
||||
# --
|
||||
font-size: ${12px};
|
@@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : margin-bottom: ...
|
||||
# --
|
||||
margin-bottom: $1;
|
4
elpa/yasnippet-20160924.2001/snippets/css-mode/mar.left
Normal file
4
elpa/yasnippet-20160924.2001/snippets/css-mode/mar.left
Normal file
@@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : margin-left: ...
|
||||
# --
|
||||
margin-left: $1;
|
4
elpa/yasnippet-20160924.2001/snippets/css-mode/mar.mar
Normal file
4
elpa/yasnippet-20160924.2001/snippets/css-mode/mar.mar
Normal file
@@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : margin: ...
|
||||
# --
|
||||
margin: $1;
|
@@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : margin top right bottom left
|
||||
# --
|
||||
margin: ${top} ${right} ${bottom} ${left};
|
4
elpa/yasnippet-20160924.2001/snippets/css-mode/mar.right
Normal file
4
elpa/yasnippet-20160924.2001/snippets/css-mode/mar.right
Normal file
@@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : margin-right: ...
|
||||
# --
|
||||
margin-right: $1;
|
4
elpa/yasnippet-20160924.2001/snippets/css-mode/mar.top
Normal file
4
elpa/yasnippet-20160924.2001/snippets/css-mode/mar.top
Normal file
@@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : margin-top: ...
|
||||
# --
|
||||
margin-top: $1;
|
@@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : padding-bottom: ...
|
||||
# --
|
||||
padding-bottom: $1;
|
4
elpa/yasnippet-20160924.2001/snippets/css-mode/pad.left
Normal file
4
elpa/yasnippet-20160924.2001/snippets/css-mode/pad.left
Normal file
@@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : padding-left: ...
|
||||
# --
|
||||
padding-left: $1;
|
4
elpa/yasnippet-20160924.2001/snippets/css-mode/pad.pad
Normal file
4
elpa/yasnippet-20160924.2001/snippets/css-mode/pad.pad
Normal file
@@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : padding: ...
|
||||
# --
|
||||
padding: $1;
|
@@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : padding: top right bottom left
|
||||
# --
|
||||
padding: ${top} ${right} ${bottom} ${left};
|
4
elpa/yasnippet-20160924.2001/snippets/css-mode/pad.right
Normal file
4
elpa/yasnippet-20160924.2001/snippets/css-mode/pad.right
Normal file
@@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : padding-right: ...
|
||||
# --
|
||||
padding-right: $1;
|
4
elpa/yasnippet-20160924.2001/snippets/css-mode/pad.top
Normal file
4
elpa/yasnippet-20160924.2001/snippets/css-mode/pad.top
Normal file
@@ -0,0 +1,4 @@
|
||||
#contributor : rejeep <johan.rejeep@gmail.com>
|
||||
#name : padding-top: ...
|
||||
# --
|
||||
padding-top: $1;
|
10
elpa/yasnippet-20160924.2001/snippets/css-mode/v
Normal file
10
elpa/yasnippet-20160924.2001/snippets/css-mode/v
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: -vendor-prefix
|
||||
# contributor: Prateek Saxena
|
||||
# key: -v
|
||||
# --
|
||||
$1: $2;
|
||||
-webkit-$1: $2;
|
||||
-moz-$1: $2;
|
||||
-ms-$1: $2;
|
||||
-o-$1: $2;
|
Reference in New Issue
Block a user