Skip to content

Commit

Permalink
Upate multi line strings (#7)
Browse files Browse the repository at this point in the history
* update mutliline string highlighting

* 0.4.7
  • Loading branch information
Alex Dauenhauer authored Apr 8, 2022
1 parent 2105e7b commit c899683
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 3 additions & 5 deletions themes/Catppuccin Noctis-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit c899683

Please # to comment.