projects
/
GitHub
/
WoltLab
/
WCF.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
151a7c6fe93a8af504f32beb82e9b07152b66f36
[GitHub/WoltLab/WCF.git]
/
.github
/
javascript-syntax.json
1
{
2
"problemMatcher": [
3
{
4
"owner": "node -c",
5
"pattern": [
6
{
7
"regexp": "^(./\\S+):(\\d+) - (.*)$",
8
"file": 1,
9
"line": 2,
10
"message": 3
11
}
12
]
13
}
14
]
15
}