-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbookml.json
More file actions
40 lines (40 loc) · 1.03 KB
/
bookml.json
File metadata and controls
40 lines (40 loc) · 1.03 KB
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
{
"problemMatcher": [
{
"owner": "bookml-latex-errors",
"pattern": [
{
"regexp": "^([^:]*):([0-9]+):\\s*(.*)$",
"file": 1,
"line": 2,
"message": 3
}
]
},
{
"owner": "bookml-latexml-errors",
"pattern": [
{
"regexp": "^((Error|Fatal):[^:]+:.* at ([^;]+);( from)?( line ([0-9]+))?( col ([0-9]+))?( to line [0-9]+( col [0-9]+)?)?|(Error|Fatal):[^:]+:.*|(Conversion|Postprocessing) failed.*)$",
"file": 3,
"line": 6,
"column": 8,
"message": 1
}
]
},
{
"owner": "bookml-latexml-warnings",
"severity": "warning",
"pattern": [
{
"regexp": "^((Info|Warning):[^:]+:.* at ([^;]+);( from)?( line ([0-9]+))?( col ([0-9]+))?( to line [0-9]+( col [0-9]+)?)?|(Info|Warning):[^:]+:.*|(Conversion|Postprocessing) complete.* \\(See.*)$",
"file": 3,
"line": 6,
"column": 8,
"message": 1
}
]
}
]
}