Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 4af3367

Browse files
author
Dean Sofer
committed
FIFIIIIEFIFILETERS ||||| (that means a pipe)
1 parent 8b5a4de commit 4af3367

12 files changed

+155
-2
lines changed

‎Snippets/filter.tmSnippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>content</key>
66
<string>\$filter('${1:currency|date|filter|json|limitTo|linky|lowercase|number|orderBy|uppercase}')(${2:array}${3:, ${4:expression}});</string>
77
<key>name</key>
8-
<string>filter</string>
8+
<string>$filter</string>
99
<key>scope</key>
1010
<string>source.js</string>
1111
<key>tabTrigger</key>

‎Snippets/noop.tmSnippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>content</key>
6-
<string>angular.noop()</string>
6+
<string>angular.noop</string>
77
<key>name</key>
88
<string>noop</string>
99
<key>scope</key>

‎Snippets/|currency.tmSnippet

Lines changed: 16 additions & 0 deletions
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>|currency${1::'${2:symbol}'}</string>
7+
<key>name</key>
8+
<string>|currency</string>
9+
<key>scope</key>
10+
<string>text.html</string>
11+
<key>tabTrigger</key>
12+
<string>|</string>
13+
<key>uuid</key>
14+
<string>0F17F711-85F1-4E91-8BED-FA8A8D904E53</string>
15+
</dict>
16+
</plist>

‎Snippets/|date.tmSnippet

Lines changed: 16 additions & 0 deletions
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>|date${1::'${2:format}'}</string>
7+
<key>name</key>
8+
<string>|date</string>
9+
<key>scope</key>
10+
<string>text.html</string>
11+
<key>tabTrigger</key>
12+
<string>|</string>
13+
<key>uuid</key>
14+
<string>A0293E5E-AD3C-4D38-B342-2DED6EF67BE0</string>
15+
</dict>
16+
</plist>

‎Snippets/|filter.tmSnippet

Lines changed: 16 additions & 0 deletions
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>|filter:${1:expression}</string>
7+
<key>name</key>
8+
<string>|filter</string>
9+
<key>scope</key>
10+
<string>text.html</string>
11+
<key>tabTrigger</key>
12+
<string>|</string>
13+
<key>uuid</key>
14+
<string>ED498BA6-8D89-49FE-95AE-E650D7C77840</string>
15+
</dict>
16+
</plist>

‎Snippets/|json.tmSnippet

Lines changed: 16 additions & 0 deletions
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>|json</string>
7+
<key>name</key>
8+
<string>|json</string>
9+
<key>scope</key>
10+
<string>text.html</string>
11+
<key>tabTrigger</key>
12+
<string>|</string>
13+
<key>uuid</key>
14+
<string>B8852397-2BE9-43D4-BCD6-0B2B4B035804</string>
15+
</dict>
16+
</plist>

‎Snippets/|limitTo.tmSnippet

Lines changed: 16 additions & 0 deletions
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>|limitTo:${1:limit}</string>
7+
<key>name</key>
8+
<string>|limitTo</string>
9+
<key>scope</key>
10+
<string>text.html</string>
11+
<key>tabTrigger</key>
12+
<string>|</string>
13+
<key>uuid</key>
14+
<string>FE02BB9B-3278-4713-8801-00E0FD3D03D1</string>
15+
</dict>
16+
</plist>

‎Snippets/|lowercase.tmSnippet

Lines changed: 16 additions & 0 deletions
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>|lowercase</string>
7+
<key>name</key>
8+
<string>|lowercase</string>
9+
<key>scope</key>
10+
<string>text.html</string>
11+
<key>tabTrigger</key>
12+
<string>|</string>
13+
<key>uuid</key>
14+
<string>9AC3DCB6-8CB8-4157-B02D-21B9F046DDC3</string>
15+
</dict>
16+
</plist>

‎Snippets/|number.tmSnippet

Lines changed: 16 additions & 0 deletions
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>|number${1:${2:fractionSize}}</string>
7+
<key>name</key>
8+
<string>|number</string>
9+
<key>scope</key>
10+
<string>text.html</string>
11+
<key>tabTrigger</key>
12+
<string>|</string>
13+
<key>uuid</key>
14+
<string>EF69C6AF-D0FE-47E0-925D-F0FDAA98B5E7</string>
15+
</dict>
16+
</plist>

‎Snippets/|orderBy.tmSnippet

Lines changed: 16 additions & 0 deletions
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>|orderBy:${1:fractionSize}${2::${3:reverse}}</string>
7+
<key>name</key>
8+
<string>|orderBy</string>
9+
<key>scope</key>
10+
<string>text.html</string>
11+
<key>tabTrigger</key>
12+
<string>|</string>
13+
<key>uuid</key>
14+
<string>EEAE32DE-AA92-4140-B546-525A047F5731</string>
15+
</dict>
16+
</plist>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /