Skip to content

Commit 3feb46c

Browse files
committed
Give EEx Comments setting a unique name for clarity sake
1 parent a344e53 commit 3feb46c

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

Preferences/EExComments.tmPreferences

+24-24
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>name</key>
6-
<string>Comments</string>
7-
<key>scope</key>
8-
<string>text.elixir,text.html.elixir</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>&lt;%# </string>
18-
</dict>
19-
<dict>
20-
<key>name</key>
21-
<string>TM_COMMENT_END</string>
22-
<key>value</key>
23-
<string> %&gt;</string>
24-
</dict>
25-
</array>
26-
</dict>
27-
<key>uuid</key>
28-
<string>69f84a99-1023-4731-a543-460dd057d749</string>
5+
<key>name</key>
6+
<string>Comments (EEx)</string>
7+
<key>scope</key>
8+
<string>text.elixir,text.html.elixir</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>&lt;%# </string>
18+
</dict>
19+
<dict>
20+
<key>name</key>
21+
<string>TM_COMMENT_END</string>
22+
<key>value</key>
23+
<string> %&gt;</string>
24+
</dict>
25+
</array>
26+
</dict>
27+
<key>uuid</key>
28+
<string>69f84a99-1023-4731-a543-460dd057d749</string>
2929
</dict>
3030
</plist>

0 commit comments

Comments
 (0)