From 1ca2f32af15d3ee013baf0375b05bc095c5ae6f6 Mon Sep 17 00:00:00 2001 From: Philipp Wagner Date: Thu, 24 Mar 2022 16:57:14 +0100 Subject: README: Use syntax highlighter that allows comments (#279) Use the `jsonc` instead of the `json` syntax highlighter in the README to avoid the comments being marked as error --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db3ddaa..7fc0664 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,8 @@ Each of them can be configured with its own custom text and you can decide if th ## Config options -```json +```jsonc +{ // The prefix that is used for each comment line except for first and last. "doxdocgen.c.commentPrefix": " * ", @@ -240,6 +241,7 @@ Each of them can be configured with its own custom text and you can decide if th // Add `\\` in doxygen command suggestion for better readbility (need to enable commandSuggestion) "doxdocgen.generic.commandSuggestionAddPrefix": false +} ``` ## Contributors -- cgit v1.2.3