Skip to content

Commit

Permalink
Merge pull request #33 from MarekMatejak/master
Browse files Browse the repository at this point in the history
Create moparser.json
  • Loading branch information
MarekMatejak authored Oct 6, 2024
2 parents 4debba9 + 6dcb337 commit 55eddf3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/moparser.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"problemMatcher": [
{
"owner": "moparser",
"pattern": [
{
"regexp": "^syntax\\s(error)\\son\\s\\line\\s(\\d+)\\sof\\s(.*):\\s(.*)$",
"file": 3,
"line": 2,
"severity": 1,
"message": 4
}
]
}
]
}

0 comments on commit 55eddf3

Please sign in to comment.