Skip to content

Commit cece7c3

Browse files
authored
feat: support formatting python codeblocks (#136)
1 parent d78f701 commit cece7c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wasm_plugin.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ impl SyncPluginHandler<Configuration> for MarkdownPluginHandler {
117117
"astro" => Some("astro"),
118118
"yml" | "yaml" => Some("yaml"),
119119
"graphql" => Some("graphql"),
120+
"python" | "py" => Some("py"),
120121
_ => None,
121122
}
122123
}

0 commit comments

Comments
 (0)