vscode-regex-snippets
vscode-regex-snippets copied to clipboard
Make snippets available in markdown files
Problem: I tried to use this extension in a markdown file but the snippets didn't populate in the list by using the command pallet or in the code window.
Suggested Solution: I would like to know how to use these snippets in a Markdown file. I'm guessing it only works in .js files.
Alt considered: I went to the package.json file for the extension and added "language": "markdown" but this didn't trigger the use of the extension when coding.
I'd appreciate any tips on how I can make this extension work in markdown files thank you!