Skip to content

Commit 2a8df93

Browse files
committed
Merge pull request #69 from pcr-coding/master
Toggles blade style comments {{-- comment --}} with standard shortcut Ctrl + /
2 parents 4304e3f + 623b24a commit 2a8df93

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

Comments.tmPreferences

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple Computer//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>Comments</string>
7+
<key>scope</key>
8+
<string>text.html.laravel-blade, text.html.laravel-blade source.php.embedded.line, text.html.laravel-blade comment.block.laravel-blade</string>
9+
<key>settings</key>
10+
<dict>
11+
<key>shellVariables</key>
12+
<array>
13+
<dict>
14+
<key>name</key>
15+
<string>TM_COMMENT_START</string>
16+
<key>value</key>
17+
<string>{{-- </string>
18+
</dict>
19+
<dict>
20+
<key>name</key>
21+
<string>TM_COMMENT_END</string>
22+
<key>value</key>
23+
<string> --}}</string>
24+
</dict>
25+
<dict>
26+
<key>name</key>
27+
<string>TM_COMMENT_START_2</string>
28+
<key>value</key>
29+
<string>&lt;!-- </string>
30+
</dict>
31+
<dict>
32+
<key>name</key>
33+
<string>TM_COMMENT_END_2</string>
34+
<key>value</key>
35+
<string> --&gt;</string>
36+
</dict>
37+
</array>
38+
</dict>
39+
<key>uuid</key>
40+
<string>157b8800-b2cb-11e4-ab27-0800200c9a66</string>
41+
</dict>
42+
</plist>

0 commit comments

Comments
 (0)