Skip to content

Commit

Permalink
Change all instances of support.other.variable in the repository to s…
Browse files Browse the repository at this point in the history
…upport.variable

(support.variable is now a supported scope in the conventions.)


git-svn-id: http://svn.textmate.org/trunk/Bundles/Installer.tmbundle@4179 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
infininight committed Jul 13, 2006
1 parent e8d5ab9 commit d9e50b0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Syntaxes/Installer Distribution Script.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<key>match</key>
<string>\b(fromPID|fromIdentifier|all)\b</string>
<key>name</key>
<string>support.other.variable</string>
<string>support.variable</string>
</dict>
</array>
</dict>
Expand All @@ -81,7 +81,7 @@
<key>match</key>
<string>\b(fileExistsAtPath|plistAtPath|bundleAtPath)\b</string>
<key>name</key>
<string>support.other.variable</string>
<string>support.variable</string>
</dict>
</array>
</dict>
Expand All @@ -98,7 +98,7 @@
<key>match</key>
<string>\b(fromPath|matching(Class|Name)|(children|parents)Of)\b</string>
<key>name</key>
<string>support.other.variable</string>
<string>support.variable</string>
</dict>
</array>
</dict>
Expand All @@ -117,7 +117,7 @@
<key>match</key>
<string>\b(.*)\.(bundle|customLocation(AllowAlternateVolumes)?|description(-mime-type)?|(start_)?enabled|id|(start_)?selected|tooltip|(start_)?visible|title|packages|packageUpgradeAction)\b</string>
<key>name</key>
<string>support.other.variable</string>
<string>support.variable</string>
</dict>
</array>
</dict>
Expand All @@ -143,7 +143,7 @@
<key>match</key>
<string>\b(bundle|customLocation(AllowAlternateVolumes)?|description(-mime-type)?|(start_)?enabled|id|(start_)?selected|tooltip|(start_)?visible|title|packages|packageUpgradeAction)\b</string>
<key>name</key>
<string>support.other.variable</string>
<string>support.variable</string>
</dict>
</array>
</dict>
Expand All @@ -160,7 +160,7 @@
<key>match</key>
<string>\b(type|title|message)\b</string>
<key>name</key>
<string>support.other.variable</string>
<string>support.variable</string>
</dict>
</array>
</dict>
Expand All @@ -177,7 +177,7 @@
<key>match</key>
<string>\b(mountpoint|availableKilobytes|systemVersion|receiptForIdentifier)\b</string>
<key>name</key>
<string>support.other.variable</string>
<string>support.variable</string>
</dict>
</array>
</dict>
Expand Down

0 comments on commit d9e50b0

Please sign in to comment.