Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

Commit

Permalink
Merge pull request #38 from bmcminn/master
Browse files Browse the repository at this point in the history
solves #37: changed language defs for gruntfile and gulpfile to inher…
  • Loading branch information
saadq committed Jan 21, 2016
2 parents 37830a1 + 51334a2 commit f96f3a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Langs/Gruntfile Coffee.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
</dict>
</array>
<key>scopeName</key>
<string>source.coffee, source.gruntfile.coffee</string>
<string>source.coffee, source.coffee.gruntfile</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Langs/Gruntfile JS.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
</dict>
</array>
<key>scopeName</key>
<string>source.js, source.gruntfile.js</string>
<string>source.js, source.js.gruntfile</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Langs/Gulpfile Coffee.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
</dict>
</array>
<key>scopeName</key>
<string>source.coffee, source.gulpfile.coffee</string>
<string>source.coffee, source.coffee.gulpfile</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Langs/Gulpfile JS.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
</dict>
</array>
<key>scopeName</key>
<string>source.js, source.gulpfile.js</string>
<string>source.js, source.js.gulpfile</string>
</dict>
</plist>

0 comments on commit f96f3a2

Please sign in to comment.