VSCode Markdown Code blocks Terraform Syntax highlightingThis extension adds Terraform syntax highlighting to Markdown fenced code blocks. Code blocks like the following:
will be highlighted, like: This work based on Matt Bierner's work. SetupThis extension does not add the grammar; it only connects Markdown ASM code blocks to the existing ASM grammar. For this reason, it requires a preexisting extension that provides the grammar, for example, Terraform. |