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 5b7901a commit b54423bCopy full SHA for b54423b
src/extension.ts
@@ -117,7 +117,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<void>
117
const php = provideCompletionItemsGenerator('php', htmlRegex);
118
const vue = provideCompletionItemsGenerator('vue', htmlRegex);
119
const twig = provideCompletionItemsGenerator('twig', htmlRegex);
120
- const md = provideCompletionItemsGenerator('md', htmlRegex);
+ const md = provideCompletionItemsGenerator('markdown', htmlRegex);
121
const tsReact = provideCompletionItemsGenerator('typescriptreact', jsxRegex);
122
const js = provideCompletionItemsGenerator('javascript', jsxRegex)
123
const jsReact = provideCompletionItemsGenerator('javascriptreact', jsxRegex);
0 commit comments