Pop-up dictionary browser extension for language learning. Successor to Yomichan. (PERSONAL FORK)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at lambda-fork/main 17 lines 541 B view raw
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}