From 1dd6d7f9a17a50806c67385bd35c16d387a47851 Mon Sep 17 00:00:00 2001 From: Hiiragi Date: Wed, 25 Aug 2021 09:22:35 +0900 Subject: [PATCH] update --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a371126..dc22fe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,14 @@ All notable changes to the "vscode-codev" extension will be documented in this file. +## [0.5.1] +- Bug fix: coloring qualifier with string label. ## [0.5.0] - A dot was removed from word separation detections which precede any command keywords. - Worksheet buffer operation was updated. - Qualifiers with special constant character were divided into several patterns. - Some small modifications were applied. + ## [0.4.0] - Naming convention for qualifiers were changed. - Built-in functions list in syntax setting were updated. diff --git a/package.json b/package.json index ce9db82..1304709 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "CodeV", "description": "CodeV Macro-plus language support for Visual Studio Code", "publisher": "heterophyllus", - "version": "0.5.0", + "version": "0.5.1", "engines": { "vscode": "^1.41.0" },