Skip to content

Commit

Permalink
Don’t scope for⇥ loop to Objective-C(++)
Browse files Browse the repository at this point in the history
There is an NSUInteger-based for loop snippet in the Objective-C bundle.
  • Loading branch information
sorbits committed Nov 16, 2014
1 parent a718465 commit c38c2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Snippets/030 for int loop (fori).plist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
Expand All @@ -10,7 +10,7 @@
<key>name</key>
<string>For Loop</string>
<key>scope</key>
<string>source.c, source.objc, source.c++, source.objc++</string>
<string>source.c, source.c++</string>
<key>tabTrigger</key>
<string>for</string>
<key>uuid</key>
Expand Down

0 comments on commit c38c2ab

Please sign in to comment.