Skip to content

Commit b0781fe

Browse files
authored
improve R syntax highlight (#1605)
1 parent 632e0ee commit b0781fe

File tree

5 files changed

+1981
-1030
lines changed

5 files changed

+1981
-1030
lines changed

.vscode/tasks.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,14 @@
3535
"script": "compile",
3636
"problemMatcher": "$tsc"
3737
},
38-
{
38+
{
3939
"type": "npm",
4040
"script": "watch",
41-
"problemMatcher": "$tsc-watch",
42-
"isBackground": true,
43-
"presentation": {
44-
"reveal": "never"
45-
},
46-
"group": "build"
47-
},
41+
"group": "build",
42+
// install https://marketplace.visualstudio.com/items?itemName=eamodio.tsl-problem-matcher
43+
"problemMatcher": ["$ts-webpack-watch"],
44+
"isBackground": true
45+
},
4846
{
4947
"type": "npm",
5048
"script": "watchHelp",

0 commit comments

Comments
 (0)