diff options
author | Takahiko Inayama <sagittariusm25@gmail.com> | 2021-02-17 10:18:39 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-17 12:18:39 +1100 |
commit | 097efa100ad9d2b1f190330f9fb619c95fe86352 (patch) | |
tree | 8a43feef5fa7f98fe488393cf882b3ba71bbbd45 /docs/getting_started | |
parent | e2a91190c38f494c2666d3362d247f698718d2f8 (diff) |
docs: Use JSONC code block for commenting (#9511)
Diffstat (limited to 'docs/getting_started')
-rw-r--r-- | docs/getting_started/setup_your_environment.md | 4 |
1 files changed, 2 insertions, 2 deletions
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": { |