Hello! I am trying to use this plugin to auto-close tags in an MDX file (see https://mdxjs.com), but I can't seem to get it to work. I have tried setting "auto-close-tag.activationOnLanguage": ["mdx"] in my settings.json file, but that did not seem to pick it up. I'm assuming that you guys need to manually add support for new languages, correct?
Hello! I am trying to use this plugin to auto-close tags in an MDX file (see https://mdxjs.com), but I can't seem to get it to work. I have tried setting
"auto-close-tag.activationOnLanguage": ["mdx"]
in mysettings.json
file, but that did not seem to pick it up. I'm assuming that you guys need to manually add support for new languages, correct?Thanks!