mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-15 01:44:19 +00:00
Last commit before tagging and releasing
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user