Skip to content

Commit 57c63ec

Browse files
update README
1 parent d1b5842 commit 57c63ec

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
---
1010

11-
### 2.2.2
11+
### 2.2.2 - 2.2.3
1212
- Better support for embeded string in Php
1313

1414
### 2.2.1

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
</a>
1515
</div>
1616

17-
<!-- > [!NOTE] -->
18-
> 🗒️
17+
<!-- > 🗒️ -->
18+
> [!NOTE]
1919
> Yellowed is a simple material dark theme wich focus his syntax color on the golden yellow. Its syntax is inspired by the [gruber-darker](https://github.com/rexim/gruber-darker-theme) theme for emacs, but changed a bit.
2020
21-
<!-- > [!IMPORTANT] -->
22-
>
21+
<!-- > -->
22+
> [!IMPORTANT]
2323
> If you find any weird syntax highlighting, try disabling semantic highlighting. If it doesn't work then please report it [here](https://github.com/Gael-Lopes-Da-Silva/YellowedVSCode/issues/new/choose). This would help me a lot since I can't cover all the languages.
2424
2525
## 🖼️ Screenshots
@@ -68,6 +68,6 @@ keywords = "#FFD900"
6868
function = "#9B9B9B"
6969
~~~
7070

71-
<!-- > [!NOTE] -->
72-
> 🗒️
71+
<!-- > 🗒️ -->
72+
> [!NOTE]
7373
> You can find my Visual Studio Code configuraton [here](https://github.com/Gael-Lopes-Da-Silva/MyVscodeConfig).

build/yellowed-2.2.2.vsix

-1.47 MB
Binary file not shown.

build/yellowed-2.2.3.vsix

1.39 MB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "yellowed",
33
"displayName": "Yellowed",
4-
"version": "2.2.2",
4+
"version": "2.2.3",
55
"description": "A lemon like theme for vscode.",
66
"publisher": "gael-lopes-da-silva",
77
"icon": "resources/icon.png",

samples/.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,4 +679,4 @@ pub fn init() void {
679679

680680
pub fn deinit() void {
681681
w32.CoUninitialize();
682-
}
682+
}

0 commit comments

Comments
 (0)