Pop-up dictionary browser extension for language learning. Successor to Yomichan. (PERSONAL FORK)
1{
2 "problemMatcher": [
3 {
4 "owner": "actionlint",
5 "pattern": [
6 {
7 "regexp": "^(?:\\x1b\\[\\d+m)?(.+?)(?:\\x1b\\[\\d+m)*:(?:\\x1b\\[\\d+m)*(\\d+)(?:\\x1b\\[\\d+m)*:(?:\\x1b\\[\\d+m)*(\\d+)(?:\\x1b\\[\\d+m)*: (?:\\x1b\\[\\d+m)*(.+?)(?:\\x1b\\[\\d+m)* \\[(.+?)\\]$",
8 "file": 1,
9 "line": 2,
10 "column": 3,
11 "message": 4,
12 "code": 5
13 }
14 ]
15 }
16 ]
17}