fix json comments syntax highlight (#881)

This commit is contained in:
Ayush Shanker 2018-10-07 10:45:21 +05:30 committed by Karthik Nadig
parent fcdb060b76
commit ff107b96de

View file

@ -69,7 +69,7 @@ while True:
## Custom Protocol arguments
### Launch request arguments
```json
```js
{
"debugOptions": [
"RedirectOutput", // Whether to redirect stdout and stderr (see pydevd_comm.CMD_REDIRECT_OUTPUT)
@ -86,7 +86,7 @@ while True:
```
### Attach request arguments
```json
```js
{
"debugOptions": [
"RedirectOutput", // Whether to redirect stdout and stderr (see pydevd_comm.CMD_REDIRECT_OUTPUT)