forked from aziz/SublimeFileBrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dired_jumplist.hidden-tmLanguage
73 lines (70 loc) · 2.21 KB
/
dired_jumplist.hidden-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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>dired jump list</string>
<key>scopeName</key>
<string>text.dired_jump_list</string>
<key>uuid</key>
<string>638375b8-3509-4d37-a8d8-afad7a95b428</string>
<key>patterns</key>
<array>
<dict>
<key>match</key>
<string>^(★ )(\S.*)(→\s*)(.+)$</string>
<key>name</key>
<string>dired.item.projects</string>
<key>captures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>punctuation.definition.projects.star.symbol.dired</string>
</dict>
<key>2</key>
<dict>
<key>name</key>
<string>string.name.project.dired</string>
</dict>
<key>3</key>
<dict>
<key>name</key>
<string>punctuation.definition.projects.chevron.symbol.dired</string>
</dict>
<key>4</key>
<dict>
<key>name</key>
<string>string.name.project_path.dired</string>
</dict>
</dict>
</dict>
<dict>
<key>begin</key>
<string>(\S(.+)?$)</string>
<key>end</key>
<string>^(—+)(\[RENAME MODE\]){0,1}(—*)\n</string>
<key>name</key>
<string>header.dired</string>
<key>endCaptures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>punctuation.definition.separator.dired</string>
</dict>
<key>2</key>
<dict>
<key>name</key>
<string>punctuation.definition.rename_mode.dired</string>
</dict>
<key>3</key>
<dict>
<key>name</key>
<string>punctuation.definition.separator.dired</string>
</dict>
</dict>
</dict>
</array>
</dict>
</plist>