Skip to content
This repository was archived by the owner on Aug 3, 2025. It is now read-only.

Commit 17090ef

Browse files
committed
add laravel mix
1 parent ede4b51 commit 17090ef

File tree

4 files changed

+34
-0
lines changed

4 files changed

+34
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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>name</key>
6+
<string>Laravel Mix (JS)</string>
7+
<key>fileTypes</key>
8+
<array>
9+
<string>webpack.mix.js</string>
10+
</array>
11+
<key>patterns</key>
12+
<array>
13+
<dict>
14+
<key>include</key>
15+
<string>source.js</string>
16+
</dict>
17+
</array>
18+
<key>scopeName</key>
19+
<string>source.js.mix</string>
20+
</dict>
21+
</plist>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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>scope</key>
6+
<string>source.js.mix</string>
7+
<key>settings</key>
8+
<dict>
9+
<key>icon</key>
10+
<string>file_type_laravelmix</string>
11+
</dict>
12+
</dict>
13+
</plist>

icons/file_type_laravelmix.png

15.6 KB
Loading

icons/[email protected]

16.1 KB
Loading

0 commit comments

Comments
 (0)