From 7306fffeeff6b1eb7ac03246e451557659c33be4 Mon Sep 17 00:00:00 2001 From: Jacob Cassidy Date: Tue, 7 Jan 2025 11:47:46 +0700 Subject: [PATCH 1/5] Add note for properties to review --- .dev-assets/syntax-issues/at-media-propertie.css | 2 ++ 1 file changed, 2 insertions(+) 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 */ From 08ad8422a93f83cd007098aed02d0c8c9a2882f6 Mon Sep 17 00:00:00 2001 From: Jacob Cassidy Date: Fri, 31 Jan 2025 10:25:32 +0700 Subject: [PATCH 2/5] Add shield.io badges with extension info --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8bd294f..cd5b7ae 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) ![Visual Studio Marketplace Rating](https://img.shields.io/visual-studio-marketplace/r/jacobcassidy.css-nesting-syntax-highlighting) ![GitHub commit activity](https://img.shields.io/github/commit-activity/t/jacobcassidy/vscode-css-nesting-syntax-highlighting) + +| 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 From 0cac0d87773002069fb32f9438fe1c913f62198b Mon Sep 17 00:00:00 2001 From: Jacob Cassidy Date: Fri, 31 Jan 2025 10:41:41 +0700 Subject: [PATCH 3/5] Update URLs for badge links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd5b7ae..ff0388a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CSS Nesting Syntax Highlighting -[![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) ![Visual Studio Marketplace Rating](https://img.shields.io/visual-studio-marketplace/r/jacobcassidy.css-nesting-syntax-highlighting) ![GitHub commit activity](https://img.shields.io/github/commit-activity/t/jacobcassidy/vscode-css-nesting-syntax-highlighting) +[![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 | | ------------------------------------------- | From 459e9bd1bc6468d859c32cd8bb8f8f823b7c72c6 Mon Sep 17 00:00:00 2001 From: Jacob Cassidy Date: Fri, 31 Jan 2025 10:43:38 +0700 Subject: [PATCH 4/5] Update package to version 0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": { From 890cad8209c46559878f78d71142e60ed377413a Mon Sep 17 00:00:00 2001 From: Jacob Cassidy Date: Fri, 31 Jan 2025 10:44:09 +0700 Subject: [PATCH 5/5] Add CHANGELOG notes for v0.4.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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