diff --git a/.dev-assets/syntax-issues/at-media-propertie.css b/.dev-assets/syntax-issues/at-media-propertie.css index da6d948..fcc87c5 100644 --- a/.dev-assets/syntax-issues/at-media-propertie.css +++ b/.dev-assets/syntax-issues/at-media-propertie.css @@ -5,3 +5,5 @@ /* Missing token for `prefers-reduced-motion: reduce` */ @media (prefers-reduced-motion: reduce) { } + +/* NOTE: see https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries#descriptors for more media properties */ diff --git a/CHANGELOG.md b/CHANGELOG.md index b1b8a9c..e3962fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.0] - 2025-01-31 + +### Added + +- Added sheild.io badges to top of `README.md`. + ## [0.3.0] - 2025-01-07 ### Added diff --git a/README.md b/README.md index 8bd294f..ff0388a 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,17 @@ # CSS Nesting Syntax Highlighting -| Table of Contents | -| -- | -| [Overview](#overview) | +[![vs marketplace](https://img.shields.io/vscode-marketplace/v/jacobcassidy.css-nesting-syntax-highlighting.svg?label=vs%20marketplace)](https://marketplace.visualstudio.com/items?itemName=jacobcassidy.css-nesting-syntax-highlighting) [![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/jacobcassidy.css-nesting-syntax-highlighting)](https://marketplace.visualstudio.com/items?itemName=jacobcassidy.css-nesting-syntax-highlighting) [![Visual Studio Marketplace Rating](https://img.shields.io/visual-studio-marketplace/r/jacobcassidy.css-nesting-syntax-highlighting)](https://marketplace.visualstudio.com/items?itemName=jacobcassidy.css-nesting-syntax-highlighting&ssr=false#review-details) [![GitHub commit activity](https://img.shields.io/github/commit-activity/t/jacobcassidy/vscode-css-nesting-syntax-highlighting)](https://github.com/jacobcassidy/vscode-css-nesting-syntax-highlighting/commits/main/) + +| Table of Contents | +| ------------------------------------------- | +| [Overview](#overview) | | [CSS Nesting Example](#css-nesting-example) | -| [Other Features](#other-features) | -| [Installation](#installation) | -| [Companion Theme](#companion-theme) | -| [What's New](#whats-new) | -| [Known Issues](#known-issues) | -| [Reporting Issues](#issues) | +| [Other Features](#other-features) | +| [Installation](#installation) | +| [Companion Theme](#companion-theme) | +| [What's New](#whats-new) | +| [Known Issues](#known-issues) | +| [Reporting Issues](#issues) | ## Overview diff --git a/package.json b/package.json index 369b063..7f4fc55 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "css-nesting-syntax-highlighting", "displayName": "CSS Nesting Syntax Highlighting", "description": "Updates VSCode's CSS TextMate rules to add CSS Nesting", - "version": "0.3.0", + "version": "0.4.0", "icon": "images/css-nesting-syntax-highlighting-logo.png", "publisher": "jacobcassidy", "bugs": {