Skip to content

Commit

Permalink
Small Dart Enhancements (#161)
Browse files Browse the repository at this point in the history
* Enhanced Dart Support a bit.

* Updated changelog & bump version.
  • Loading branch information
Unthrottled authored Jul 17, 2022
1 parent a3ef3d6 commit 0ae0453
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

# 84.2-1.2.1 [Small Dart Enhancement]

- Enhanced Dart syntax highlighting a bit.

# 84.1-1.2.0 [Light Theme Release]

![v84 Girls](https://doki.assets.unthrottled.io/misc/v84_girls.png)
Expand Down
3 changes: 2 additions & 1 deletion buildSrc/assets/templates/base.syntax.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@
"storage.type.annotation",
"meta.declaration.annotation",
"support.function",
"meta.assertion.look-ahead.regexp"
"meta.assertion.look-ahead.regexp",
"entity.name.function"
],
"settings": {
"foreground": "&editorAccentColor&"
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": "The Doki Theme",
"description": "Cute anime character themes!",
"publisher": "unthrottled",
"version": "84.1.5",
"version": "84.1.6",
"license": "MIT",
"icon": "Doki-Theme.png",
"galleryBanner": {
Expand Down
2 changes: 1 addition & 1 deletion src/NotificationService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { VSCodeGlobals } from "./VSCodeGlobals";
import { attemptToGreetUser } from "./WelcomeService";

const SAVED_VERSION = "doki.theme.version";
const DOKI_THEME_VERSION = "v84.1-1.2.0";
const DOKI_THEME_VERSION = "v84.2-1.2.1";

export function attemptToNotifyUpdates(context: vscode.ExtensionContext) {
const savedVersion = VSCodeGlobals.globalState.get(SAVED_VERSION);
Expand Down

0 comments on commit 0ae0453

Please sign in to comment.