diff --git a/README.md b/README.md index ed036834..bc4e65c8 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ [![Main CI](https://github.com/aws-cloudformation/cloudformation-languageserver/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/aws-cloudformation/cloudformation-languageserver/actions/workflows/ci.yml) [![CodeQL](https://github.com/aws-cloudformation/cloudformation-languageserver/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/aws-cloudformation/cloudformation-languageserver/actions/workflows/github-code-scanning/codeql) +[![Node.js](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Faws-cloudformation%2Fcloudformation-languageserver%2Frefs%2Fheads%2Fmain%2Fpackage.json&query=%24.engines.node&label=Node.js&color=339933&logo=node.js&logoColor=white)](https://github.com/aws-cloudformation/cloudformation-languageserver/blob/main/package.json) +[![Latest Release](https://img.shields.io/github/v/release/aws-cloudformation/cloudformation-languageserver?include_prereleases&sort=semver)](https://github.com/aws-cloudformation/cloudformation-languageserver/releases) +[![Downloads](https://img.shields.io/github/downloads/aws-cloudformation/cloudformation-languageserver/total.svg)](https://github.com/aws-cloudformation/cloudformation-languageserver/releases) + The AWS CloudFormation Language Server provides auto-completion, validation, navigation, and refactoring for CloudFormation templates. The server implements the Language Server Protocol (LSP) to enable code editors to offer intelligent editing support for JSON and YAML Infrastructure as Code templates.