From 097efa100ad9d2b1f190330f9fb619c95fe86352 Mon Sep 17 00:00:00 2001 From: Takahiko Inayama Date: Wed, 17 Feb 2021 10:18:39 +0900 Subject: docs: Use JSONC code block for commenting (#9511) --- docs/getting_started/setup_your_environment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/getting_started') diff --git a/docs/getting_started/setup_your_environment.md b/docs/getting_started/setup_your_environment.md index 7ef83932c..134cf090d 100644 --- a/docs/getting_started/setup_your_environment.md +++ b/docs/getting_started/setup_your_environment.md @@ -167,7 +167,7 @@ page, first `npm install --save-dev typescript-deno-plugin typescript` in your project (`npm init -y` as necessary), then add the following block to your `tsconfig.json` and you are off to the races! -```json +```jsonc { "compilerOptions": { "plugins": [ @@ -238,7 +238,7 @@ endif syntax highlighting - Add the following `.sublime-project` file to your project folder -```json +```jsonc { "settings": { "LSP": { -- cgit v1.2.3