forked from DisposaBoy/GoSublime
-
Notifications
You must be signed in to change notification settings - Fork 3
/
9o.hidden-tmLanguage
37 lines (37 loc) · 939 Bytes
/
9o.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
<?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>fileTypes</key>
<array>
<string>9o</string>
</array>
<key>name</key>
<string>GoSublime 9o</string>
<key>patterns</key>
<array>
<dict>
<key>match</key>
<string>([\w.-]+://\S+)</string>
<key>name</key>
<string>path.9o storage.type.class.9o</string>
</dict>
<dict>
<key>match</key>
<string>((?:(?:[\w.-]+:|[.]*)?[\\/]\S+?|(\S+))(?:[.][^\d][-~\w]*)+(?:[:]\d+){0,2})</string>
<key>name</key>
<string>path.9o storage.type.class.9o</string>
</dict>
<dict>
<key>match</key>
<string>(#.*)</string>
<key>name</key>
<string>prompt.9o string.9o</string>
</dict>
</array>
<key>scopeName</key>
<string>text.9o</string>
<key>uuid</key>
<string>78c486ec-0101-11e2-a85a-00262d996a67</string>
</dict>
</plist>