Skip to content

Commit

Permalink
change to jsonc to allow the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
runxel committed Mar 21, 2020
1 parent d8646bf commit 3365060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3365060

Please sign in to comment.