Skip to content

Commit fa6245f

Browse files
author
Jerry Lopez
committed
Switch to basic tabstop instead pre-filled values on before & after
1 parent a2f0736 commit fa6245f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/layout/attribute.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,15 @@
114114
"Before": {
115115
"prefix": "m2.layout.attr.before",
116116
"body": [
117-
"before=\"${1:|dash(-),element,empty|}\"$0"
117+
"before=\"$1\"$0"
118118
],
119119
"description": "Before attribute"
120120
},
121121

122122
"After": {
123123
"prefix": "m2.layout.attr.after",
124124
"body": [
125-
"after=\"${1:|dash(-),element,empty|}\"$0"
125+
"after=\"$1\"$0"
126126
],
127127
"description": "After attribute"
128128
},

0 commit comments

Comments
 (0)