From 023bba697a0d2d611fc0d56316f58a191e4d998f Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Thu, 15 Oct 2020 11:35:46 -0400 Subject: [PATCH] Update readme json code block to jsonc GitHub doesn't apply proper syntax highlight for comments in json code blocks. By changing the code block type to `jsonc` the comment will actually be highlighted as comments. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19e7c9d..b9459bb 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ insert_final_newline = true 5th. Read settings from .vscode/settings.json ([VisualStudio Code](https://code.visualstudio.com/Docs/customization/userandworkspace)) -```json +```jsonc { // Place your settings in this file to overwrite default and user settings. "typescript.format.enable": true,