We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65f5a63 + 2d6ed4f commit f7a08a8Copy full SHA for f7a08a8
Preferences/Symbols.tmPreferences
@@ -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
15
+ <key>showInSymbolList</key>
16
+ <integer>1</integer>
17
+ </dict>
18
19
+</plist>
0 commit comments