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 0f41c52

Browse files
author
Dean Sofer
committed
Added show and hide and adjusted scope
1 parent 01b6ee8 commit 0f41c52

File tree

8 files changed

+40
-12
lines changed

8 files changed

+40
-12
lines changed

‎Snippets/ng:hide.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>ng:hide="1ドル"</string>
7+
<key>name</key>
8+
<string>ng:hide</string>
9+
<key>scope</key>
10+
<string>text.html meta.tag</string>
11+
<key>tabTrigger</key>
12+
<string>hide</string>
13+
<key>uuid</key>
14+
<string>9CE8317E-89C4-4964-AB4F-F707657C8F4B</string>
15+
</dict>
16+
</plist>

‎Snippets/ng:include.tmSnippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>name</key>
88
<string>ng:include</string>
99
<key>scope</key>
10-
<string>text.html</string>
10+
<string>text.html -meta.tag</string>
1111
<key>tabTrigger</key>
1212
<string>include</string>
1313
<key>uuid</key>

‎Snippets/ng:pluralize.tmSnippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>name</key>
88
<string>ng:pluralize</string>
99
<key>scope</key>
10-
<string>text.html</string>
10+
<string>text.html -meta.tag</string>
1111
<key>tabTrigger</key>
1212
<string>plural</string>
1313
<key>uuid</key>

‎Snippets/ng:show.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>ng:show="1ドル"</string>
7+
<key>name</key>
8+
<string>ng:show</string>
9+
<key>scope</key>
10+
<string>text.html meta.tag</string>
11+
<key>tabTrigger</key>
12+
<string>show</string>
13+
<key>uuid</key>
14+
<string>9B72B56C-4A70-446E-BE85-F9270AEBD54A</string>
15+
</dict>
16+
</plist>

‎Snippets/ng:switch directive.tmSnippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>name</key>
88
<string>ng:switch directive</string>
99
<key>scope</key>
10-
<string>text.html, meta.tag</string>
10+
<string>text.html meta.tag</string>
1111
<key>tabTrigger</key>
1212
<string>switch</string>
1313
<key>uuid</key>

‎Snippets/ng:switch.tmSnippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<key>content</key>
66
<string>&lt;ng:switch on="1ドル"&gt;0ドル&lt;/ng:switch&gt;</string>
77
<key>name</key>
8-
<string>wdgt ng:switch</string>
8+
<string>ng:switch</string>
99
<key>scope</key>
10-
<string>text.html</string>
10+
<string>text.html -meta.tag</string>
1111
<key>tabTrigger</key>
1212
<string>switch</string>
1313
<key>uuid</key>

‎Snippets/ng:view.tmSnippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>name</key>
88
<string>ng:view</string>
99
<key>scope</key>
10-
<string>text.html</string>
10+
<string>text.html -meta.tag</string>
1111
<key>tabTrigger</key>
1212
<string>view</string>
1313
<key>uuid</key>

‎info.plist

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>contactEmailRot13</key>
6-
<string>qrnafbsre+gz@tznvy.pbz</string>
7-
<key>contactName</key>
8-
<string>Dean Sofer</string>
9-
<key>description</key>
10-
<string></string>
115
<key>name</key>
126
<string>AngularJs</string>
137
<key>ordering</key>
@@ -16,6 +10,8 @@
1610
<string>4D50AD6E-E77A-4CE5-867A-C710611F3E2E</string>
1711
<string>0282FB46-A1B4-4F0D-9921-6084B40BF8B3</string>
1812
<string>0D9CBF81-668B-471A-BB36-75AFC7AFDC32</string>
13+
<string>9CE8317E-89C4-4964-AB4F-F707657C8F4B</string>
14+
<string>9B72B56C-4A70-446E-BE85-F9270AEBD54A</string>
1915
<string>32FCDB03-A8CD-408C-AF18-56CBE6705C40</string>
2016
<string>E63657EF-F3BE-4312-9786-CA2573B04CB8</string>
2117
<string>2A7D544B-2A8C-4C45-A9EF-D08574E1FBDD</string>

0 commit comments

Comments
(0)

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