forked from snippets/Snippets-Highlights
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApache.snippetshl
66 lines (66 loc) · 1.46 KB
/
Apache.snippetshl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>apache-conf</string>
<key>Name</key>
<string>Apache</string>
<key>Extension</key>
<string>conf</string>
<key>Case-insensitive</key>
<true/>
<key>Multiline</key>
<dict>
<key>Strings</key>
<array>
<dict>
<key>Start String</key>
<string>"</string>
<key>End String</key>
<string>"</string>
</dict>
</array>
</dict>
<key>Line</key>
<dict>
<key>Comments</key>
<array>
<dict>
<key>Start String</key>
<string>#</string>
</dict>
</array>
</dict>
<key>Identifier</key>
<dict>
<key>Custom Identifiers</key>
<array>
<string>Redirect</string>
<string>SetEnvIf</string>
<string>Allow</string>
<string>Deny</string>
<string>Satisfy</string>
<string>Order</string>
<string>AuthName</string>
<string>AuthType</string>
<string>AuthUserFile</string>
<string>Require</string>
<string>ErrorDocument</string>
<string>AddDefaultCharset</string>
<string>IndexOptions</string>
<string>DirectoryIndex</string>
<string>RewriteCond</string>
<string>RewriteEngine</string>
<string>RewriteRule</string>
<string>AddType</string>
<string>SetHandler</string>
</array>
<key>Keywords</key>
<array>
<string>IfModule</string>
<string>FilesMatch</string>
</array>
</dict>
</dict>
</plist>