Last commit before tagging and releasing

This commit is contained in:
capitaomorte
2009-08-29 17:59:02 +00:00
parent 15c7703b5b
commit b8dcf61367
640 changed files with 4360 additions and 77 deletions

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: list
# contributor: Translated from TextMate Snippet
# name: list-style-image: url
# --
list-style-image: url($1);$0

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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