Skip to content

Commit

Permalink
feat: Add coq.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored and erikmd committed Apr 26, 2020
1 parent 0c0415a commit 1b8d209
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions coq.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"problemMatcher": [
{
"owner": "coq-problem-matcher",
"pattern": [
{
"regexp": "^File \"([^ \"]+)\", line (\\d+), characters (\\d+-\\d+):",
"file": 1,
"line": 2,
"column": 3
},
{
"regexp": "^(Warning|Error):\\s*(.*?)(?:\\s*\\[(.*)\\])?$",
"severity": 1,
"message": 2,
"code": 3
}
]
}
]
}

0 comments on commit 1b8d209

Please sign in to comment.