We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6ad43 commit 8bd41b9Copy full SHA for 8bd41b9
src/wasm_plugin.rs
@@ -104,7 +104,8 @@ impl SyncPluginHandler<Configuration> for MarkdownPluginHandler {
104
"tsx" => Some("tsx"),
105
"javascript" | "js" => Some("js"),
106
"jsx" => Some("jsx"),
107
- "json" | "jsonc" => Some("json"),
+ "json" => Some("json"),
108
+ "jsonc" => Some("jsonc"),
109
"rust" | "rs" => Some("rs"),
110
"csharp" | "cs" => Some("cs"),
111
"visualbasic" | "vb" => Some("vb"),
0 commit comments