Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 5bcb498

Browse files
committed
Snippet for angular.toJson()
1 parent 63837e7 commit 5bcb498

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

‎Snippets/toJson.tmSnippet

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>content</key>
6+
<string>angular.toJson(${1});</string>
7+
<key>name</key>
8+
<string>toJson</string>
9+
<key>scope</key>
10+
<string>source.js</string>
11+
<key>tabTrigger</key>
12+
<string>toJson</string>
13+
<key>uuid</key>
14+
<string>CFA660B0-B1C4-11E2-9E96-0800200C9A66</string>
15+
</dict>
16+
</plist>

0 commit comments

Comments
 (0)