forked from guillermooo/dart-sublime-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDart Doc Comments.tmLanguage
More file actions
34 lines (34 loc) · 854 Bytes
/
Copy pathDart Doc Comments.tmLanguage
File metadata and controls
34 lines (34 loc) · 854 Bytes
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
<?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>name</key>
<string>Dart Doc Comments</string>
<key>patterns</key>
<array>
<dict>
<key>captures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>string.other.link.title.dart-doccomments</string>
</dict>
<key>2</key>
<dict>
<key>name</key>
<string>markup.underline.link.dart-doccomments</string>
</dict>
</dict>
<key>match</key>
<string>\[(.*)\]\((.*)\)</string>
<key>name</key>
<string>mata.link.inline.dart-doccomments</string>
</dict>
</array>
<key>scopeName</key>
<string>text.dart-doccomments</string>
<key>uuid</key>
<string>d0da81c8-4db4-417e-8841-39af7029a5c6</string>
</dict>
</plist>