-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuse.tmLanguage
51 lines (51 loc) · 1.15 KB
/
use.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>scopeName</key>
<string>text.use</string>
<key>patterns</key>
<array>
<dict>
<key>include</key>
<string>#comment</string>
</dict>
<dict>
<key>include</key>
<string>#use</string>
</dict>
</array>
<key>name</key>
<string>USE flags</string>
<key>fileTypes</key>
<array>
<string>use.force</string>
<string>use.stable.force</string>
<string>use.mask</string>
<string>use.stable.mask</string>
</array>
<key>uuid</key>
<string>fc2abf84-d7a8-4c04-af56-5e77c47a9d3f</string>
<key>repository</key>
<dict>
<key>use</key>
<dict>
<key>match</key>
<string>-?[A-Za-z][-0-9A-Za-z_]*</string>
<key>comment</key>
<string>USE flag</string>
<key>name</key>
<string>entity.other.attribute-name.text.use</string>
</dict>
<key>comment</key>
<dict>
<key>match</key>
<string>#.*$</string>
<key>comment</key>
<string>Comment</string>
<key>name</key>
<string>comment.line.number-sign.text.use</string>
</dict>
</dict>
</dict>
</plist>