VSCode YAML Grammar Injection for AWS Cloudformation supportAWS Cloudformation relies on YAML with the addition of several functions, inline codes and variables. These are only partially highlighted within the default YAML markup, so the extension will support highlighting relevant parts of the code. ExamplesYAML Cloudformation Highlighting:Using Inline Code:UsageThe extension is ready to use after the installation for Syntax highlighting. To enable inline code formatting the start and end Tag needs to be set as comment since Cloudformation has no pattern to identify start / end of certain langugaes. The formatting will only work behind | with exactly the defined Syntax.
Supported VariablesFollowing variables are currently included in the auto-highlighting
Supported Inline CodesFollowing file extensions / codes are supported in the current version:
ContributionThe entire project is open source and can be found on: In case you experience any issues please raise them directly within GitHub, for contributing please feel free to raise a pull request. |