-
Notifications
You must be signed in to change notification settings - Fork 2
/
collabro.tmLanguage
48 lines (48 loc) · 1.15 KB
/
collabro.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
<?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>cbrt</string>
</array>
<key>name</key>
<string>Collabro Syntax</string>
<key>patterns</key>
<array>
<dict>
<key>captures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>keyword.username.cbrt</string>
</dict>
<key>3</key>
<dict>
<key>name</key>
<string>keyword.timestamp.cbrt</string>
</dict>
</dict>
<key>comment</key>
<string>This is the timestamp</string>
<key>match</key>
<string>^(@[A-Za-z0-9]+)(\t)([0-9][0-9]:[0-9][0-9]:[0-9][0-9])</string>
<key>name</key>
<string>keyword.complex.cbrt</string>
</dict>
<dict>
<key>comment</key>
<string>time period</string>
<key>match</key>
<string>^([A-Za-z]+|[0-9][0-9]-[0-9][0-9])</string>
<key>name</key>
<string>keyword.timeperiod.cbrt</string>
</dict>
</array>
<key>scopeName</key>
<string>text.collabro</string>
<key>uuid</key>
<string>46d8d31b-d8cc-4b8d-906a-2ea81d88590f</string>
</dict>
</plist>