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.
2 parents 90e7a4f + bc8e762 commit 3fc7ba2Copy full SHA for 3fc7ba2
src/main.ts
@@ -57,6 +57,7 @@ const supportedLang: string[] = [
57
"kt", // Kotlin
58
"lua", // Lua
59
"mjs", // Javascript
60
+ "md", // Markdown
61
"php", // PHP
62
"pl", // Perl
63
"py", // Python
@@ -147,6 +148,7 @@ const cmtSyntaxDouble: {
147
148
[key: string]: DoubleLineCommentSyntax;
149
} = {
150
html: { first: "<!-- ", last: " -->" },
151
+ md: { first: "<!-- ", last: " -->" },
152
twig: { first: "{# ", last: " #}" },
153
blade: { first: "{{-- ", last: " --}}" },
154
hbs: { first: "{{!-- ", last: " --}}" },
0 commit comments