Skip to content

Commit f7a08a8

Browse files
Merge pull request #25 from Monox18/master
Register nginx symbols (Ctrl+R) + Outline
2 parents 65f5a63 + 2d6ed4f commit f7a08a8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Preferences/Symbols.tmPreferences

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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>Symbol List</string>
7+
<key>scope</key>
8+
<string>entity.name.context.location.nginx,
9+
meta.context.location.nginx string.regexp.nginx,
10+
meta.context.server.nginx storage.type.context.nginx,
11+
meta.context.http.nginx storage.type.context.nginx,
12+
meta.context.events.nginx storage.type.context.nginx</string>
13+
<key>settings</key>
14+
<dict>
15+
<key>showInSymbolList</key>
16+
<integer>1</integer>
17+
</dict>
18+
</dict>
19+
</plist>

0 commit comments

Comments
 (0)