From 336506022171aca88a99344786a0d311d0de4947 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sat, 21 Mar 2020 21:10:37 +0100 Subject: [PATCH] change to jsonc to allow the comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b21a1b..f79001f 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ What to do if you have nested structures? Let's take a look at the structure of We want to declare a new 'root', a place where we store the HSFs. All you need to do is to put the following statement into your `.sublime-project` file: -```json +```jsonc { "root": "Objects" // for deeper nesting use slashes: "Objects/deeper"