Skip to content

Commit 3365060

Browse files
committed
change to jsonc to allow the comment
1 parent d8646bf commit 3365060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ What to do if you have nested structures? Let's take a look at the structure of
114114
We want to declare a new 'root', a place where we store the HSFs.
115115
All you need to do is to put the following statement into your `.sublime-project` file:
116116

117-
```json
117+
```jsonc
118118
{
119119
"root": "Objects"
120120
// for deeper nesting use slashes: "Objects/deeper"

0 commit comments

Comments
 (0)