Skip to content
This repository was archived by the owner on Dec 9, 2017. It is now read-only.

Commit 8aeb028

Browse files
MuahMuah
authored andcommitted
gulp & grunt
1 parent 12b5259 commit 8aeb028

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Icons/Langs/Gruntfile JS.tmLanguage

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<key>fileTypes</key>
88
<array>
99
<string>gruntfile.js</string>
10+
<string>gruntfile.babel.js</string>
1011
</array>
1112
<key>patterns</key>
1213
<array>
@@ -16,6 +17,6 @@
1617
</dict>
1718
</array>
1819
<key>scopeName</key>
19-
<string>source.js, source.gruntfile.js</string>
20+
<string>source.gruntfile.js, source.js</string>
2021
</dict>
2122
</plist>

Icons/Langs/Gulpfile JS.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
</dict>
1818
</array>
1919
<key>scopeName</key>
20-
<string>source.js, source.gulpfile.js</string>
20+
<string>source.gulpfile.js, source.js</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)