Skip to content

Commit 37a6983

Browse files
committed
fixed source scope
1 parent 5af8f85 commit 37a6983

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vclick.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
]]></content>
55
<tabTrigger>vcl</tabTrigger>
66
<!-- Optional: Set a scope to limit where the snippet will trigger -->
7-
<!-- <scope>source.python</scope> -->
7+
<!-- <scope>source.vue</scope> -->
88
</snippet>

vfilter.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ filters: {
88
]]></content>
99
<tabTrigger>vfilter</tabTrigger>
1010
<!-- Optional: Set a scope to limit where the snippet will trigger -->
11-
<!-- <scope>source.python</scope> -->
11+
<!-- <scope>source.vue</scope> -->
1212
</snippet>

0 commit comments

Comments
 (0)