Skip to content

Commit ec6f6c8

Browse files
authored
Update README.md
1 parent e171d64 commit ec6f6c8

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
@@ -345,7 +345,7 @@ To use templates, you need to add the `-T` parameter when running the program, i
345345

346346
The configuration uses the `JSON` format, but considering that some explanations may be needed in the configuration, it supports line comments starting with `//` at the beginning of a line (leading whitespace is allowed). Block comments like `/* ... */` are not supported.
347347
Examples of valid comments:
348-
```json
348+
```jsonc
349349
{
350350
// Valid comment
351351
// Still a valid comment

0 commit comments

Comments
 (0)