From a87dbda55951e659226f9dde2c51147935e6e18b Mon Sep 17 00:00:00 2001 From: ichisadashioko Date: Thu, 24 Sep 2020 13:48:25 +0700 Subject: [PATCH] Fix markdown's JSON syntax highlight --- 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,