mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 10:24:18 +00:00
re-design snippets hierarchy
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
#name : background-color: ...
|
||||
# --
|
||||
background-color: #${1:DDD};
|
||||
@@ -1,3 +0,0 @@
|
||||
#name : background-image: ...
|
||||
# --
|
||||
background-image: url($1);
|
||||
@@ -1,3 +0,0 @@
|
||||
#name : border size style color
|
||||
# --
|
||||
border: ${1:1px} ${2:solid} #${3:999};
|
||||
Reference in New Issue
Block a user