From c8996832865e3a9458640e9960dd8085d8cee971 Mon Sep 17 00:00:00 2001 From: Alex Dauenhauer Date: Fri, 8 Apr 2022 05:54:24 -0700 Subject: [PATCH] Upate multi line strings (#7) * update mutliline string highlighting * 0.4.7 --- CHANGELOG.md | 4 ++++ package.json | 2 +- themes/Catppuccin Noctis-color-theme.json | 8 +++----- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5236c81..97ad2aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to the "catppuccin-noctis" extension will be documented in t Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## 0.4.7 + +- update mutli string colors + ## 0.4.6 - fix error highlighting diff --git a/package.json b/package.json index ff14541..e1da7dc 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Catppuccin Noctis", "description": "Catppuccin palette with Noctis syntax highlighting!", "publisher": "alexdauenhauer", - "version": "0.4.6", + "version": "0.4.7", "icon": "images/logo.jpg", "engines": { "vscode": "^1.46.0" diff --git a/themes/Catppuccin Noctis-color-theme.json b/themes/Catppuccin Noctis-color-theme.json index d6fbe78..53983d2 100644 --- a/themes/Catppuccin Noctis-color-theme.json +++ b/themes/Catppuccin Noctis-color-theme.json @@ -586,11 +586,7 @@ "markup.fenced_code", "markup.fenced_code punctuation.definition", "string.quoted.docstring.multi", - "string.quoted.multi", - "source.python string.quoted.docstring.multi.python punctuation.definition.string.begin.python", - "source.python string.quoted.docstring.multi.python punctuation.definition.string.end.python", - "source.python string.quoted.multi.python punctuation.definition.string.begin.python", - "source.python string.quoted.multi.python punctuation.definition.string.end.python", + "string.quoted.docstring.multi punctuation.definition.string", "markup.fenced_code.block" ], "settings": { @@ -956,6 +952,8 @@ "name": "STRING", "scope": [ "string", + "string.quoted.multi", + "string.quoted.multi punctuation.definition.string", "punctuation.definition.string", "source.css support.constant", "entity.name.import.go",