We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8c183 commit ab732b0Copy full SHA for ab732b0
packages/mdx/src/remark/comment-data.ts
@@ -70,6 +70,7 @@ const bashLikeLangs = [
70
"sh",
71
"shell",
72
"python",
73
+ "yaml",
74
"py",
75
]
76
const bashLikeCommentRegex = /#\s+(\w+)(\S*)\s*(.*)/
0 commit comments