Skip to content

Commit 78b2273

Browse files
Release version 0.18.0
1 parent e102387 commit 78b2273

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,38 @@
88

99
<!--lint disable no-duplicate-headings no-duplicate-headings-in-section-->
1010

11+
# 0.18.0
12+
13+
![Release Date: 2021-07-14](https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2021-04-14&colorA=4c566a&colorB=88c0d0) [![Project Board](https://img.shields.io/static/v1.svg?style=flat-square&label=Project%20Board&message=0.18.0&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/projects/29) [![Milestone](https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=0.18.0&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/25)
14+
15+
[Show all commits][gh-compare-tag-v0.17.1_v0.18.0]
16+
17+
This release version includes features introduced in [VS Code version 1.58][vsc-rln-1.58].
18+
19+
### Features
20+
21+
<details>
22+
<summary><strong><em>TextMate</em> rules for Markdown math formula syntax highlighting</strong> — #221 ⇄ #222 (⊶ 60733483)</summary>
23+
24+
[VS Code 1.58][vsc-rln-1.58] (June 2021) introduced [syntax highlighting for Markdown math formulas][vsc-rln-1.58#md_math_hl]. To adapt the coloring to Nord's style new _TextMate_ rules with the following scopes have been added:
25+
26+
- `text.html.markdown constant.character.math.tex` — targets constants like `\displaystyle` and `\left`.
27+
- `text.html.markdown constant.character.math.tex` — targets `$$` definition markers.
28+
- `text.html.markdown punctuation.definition.function.math.tex` — targets the `\` (backslash) function definition marker.
29+
- `text.html.markdown punctuation.math.operator.latex` — targets operators like `=`.
30+
31+
<h3 align="center">Before</h3>
32+
<div align="center">
33+
<img src="https://user-images.githubusercontent.com/7836623/125685322-3fd170ae-8927-44e3-ab3e-bd5e062cc1de.png" width="75%" />
34+
</div>
35+
36+
<h3 align="center">After</h3>
37+
<div align="center">
38+
<img src="https://user-images.githubusercontent.com/7836623/125685315-d03b4719-4957-44c5-bb1e-674889a063cc.png" width="75%" />
39+
</div>
40+
41+
</details>
42+
1143
# 0.17.1
1244

1345
![Release Date: 2021-06-23](https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2021-06-23&colorA=4c566a&colorB=88c0d0) [![Project Board](https://img.shields.io/static/v1.svg?style=flat-square&label=Project%20Board&message=0.17.1&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/projects/28) [![Milestone](https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=0.17.1&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/24)
@@ -1417,3 +1449,9 @@ Detailed information about features, supported languages and install instruction
14171449
<!-- v0.17.1 -->
14181450

14191451
[gh-compare-tag-v0.17.0_v0.17.1]: https://github.com/arcticicestudio/nord-visual-studio-code/compare/v0.17.0...v0.17.1
1452+
1453+
<!-- v0.18.0 -->
1454+
1455+
[gh-compare-tag-v0.17.1_v0.18.0]: https://github.com/arcticicestudio/nord-visual-studio-code/compare/v0.17.1...v0.18.0
1456+
[vsc-rln-1.58]: https://code.visualstudio.com/updates/v1_58
1457+
[vsc-rln-1.58#md_math_hl]: https://code.visualstudio.com/updates/v1_58#_markdown-math-formula-syntax-highlighting

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nord-visual-studio-code",
33
"displayName": "Nord",
44
"description": "An arctic, north-bluish clean and elegant Visual Studio Code theme.",
5-
"version": "0.17.1",
5+
"version": "0.18.0",
66
"publisher": "arcticicestudio",
77
"author": {
88
"name": "Arctic Ice Studio",

0 commit comments

Comments
 (0)