-
Notifications
You must be signed in to change notification settings - Fork 19
/
dired.tmLanguage
51 lines (51 loc) · 1.18 KB
/
dired.tmLanguage
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
<?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>fileTypes</key>
<array>
<string>dired</string>
</array>
<key>name</key>
<string>dired</string>
<key>patterns</key>
<array>
<dict>
<key>match</key>
<string>^(\S.*(\\|/))$</string>
<key>name</key>
<string>storage.type.dired.item.directory, dired.item.directory</string>
</dict>
<dict>
<key>match</key>
<string>^(\S.*\.(exe|dll|out))$</string>
<key>name</key>
<string>entity.name.function.dired.item.exe</string>
</dict>
<dict>
<key>captures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>string.other.dired.key</string>
</dict>
</dict>
<key>match</key>
<string>^ (\S+) =.+$</string>
<key>name</key>
<string>comment.dired.help</string>
</dict>
<dict>
<key>match</key>
<string>^ Rename files by editing.*$</string>
<key>name</key>
<string>comment.dired.help</string>
</dict>
</array>
<key>scopeName</key>
<string>text.dired</string>
<key>uuid</key>
<string>638375b8-3509-4d37-a8d8-afad7a95b428</string>
</dict>
</plist>