|
8 | 8 |
|
9 | 9 | <!--lint disable no-duplicate-headings no-duplicate-headings-in-section--> |
10 | 10 |
|
| 11 | +# 0.18.0 |
| 12 | + |
| 13 | + [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/29) [](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 | + |
11 | 43 | # 0.17.1 |
12 | 44 |
|
13 | 45 |  [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/28) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/24) |
@@ -1417,3 +1449,9 @@ Detailed information about features, supported languages and install instruction |
1417 | 1449 | <!-- v0.17.1 --> |
1418 | 1450 |
|
1419 | 1451 | [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 |
0 commit comments