Open
Description
https://vuepress.vuejs.org/guide/markdown.html#import-code-snippets
I've got this block of code in Markdown file:
<<< @/docs/.vuepress/public/examples/circleci-authorizing-the-google-cloud-sdk_examples/.circleci/config.yml
...
<<< @/docs/.vuepress/public/examples/circleci-authorizing-the-google-cloud-sdk_examples/Makefile
Both work but the code is not highlighted. How do I specify the language when I import a code snippet?