File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 12
12
<string >Log file </string >
13
13
<key >patterns </key >
14
14
<array >
15
+ <dict >
16
+ <!-- Quoted strings with " -->
17
+ <key >match </key >
18
+ <string >\".*\" </string >
19
+ <key >name </key >
20
+ <string >token.string </string >
21
+ </dict >
22
+ <dict >
23
+ <!-- Quoted strings with '"' -->
24
+ <key >match </key >
25
+ <string >\'.*\' </string >
26
+ <key >name </key >
27
+ <string >token.string </string >
28
+ </dict >
15
29
<dict >
16
30
<!-- GUID -->
17
31
<key >match </key >
33
47
<key >name </key >
34
48
<string >error-token </string >
35
49
</dict >
36
- <dict >
37
- <!-- Quoted strings with ' or " -->
38
- <key >match </key >
39
- <string >"([^\\\"]+|\\.)*"|'([^\\\']+|\\.)*' </string >
40
- <key >name </key >
41
- <string >token.string </string >
42
- </dict >
43
50
<dict >
44
51
<!-- Date MM/DD/(YY)YY -->
45
52
<key >match </key >
You can’t perform that action at this time.
0 commit comments