Skip to content

Commit 8461586

Browse files
committed
Index the hostnames. Fixes #4
1 parent 7386e7d commit 8461586

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Symbol List.tmPreferences

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<plist version="1.0">
3+
<dict>
4+
<key>name</key>
5+
<string>Symbol List</string>
6+
<key>scope</key>
7+
<string>text.hosts constant.variable.hosts</string>
8+
<key>settings</key>
9+
<dict>
10+
<key>showInSymbolList</key>
11+
<integer>1</integer>
12+
</dict>
13+
</dict>
14+
</plist>

0 commit comments

Comments
 (0)