From defc9a3120226b94db4b30dd8496e4df41b2d16a Mon Sep 17 00:00:00 2001 From: Mark Wiemer Date: Sun, 1 Sep 2024 13:10:58 -0700 Subject: [PATCH] Try out "larger" text --- package-lock.json | 4 ++-- package.json | 2 +- readme.md | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b851aa8..3924966 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "helloworld-2022", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "helloworld-2022", - "version": "0.2.3", + "version": "0.2.4", "license": "MIT", "devDependencies": { "@types/glob": "^7.2.0", diff --git a/package.json b/package.json index c0aa62d..3c7151e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "helloworld-2022", "displayName": "HelloWorld 2022", - "version": "0.2.3", + "version": "0.2.4", "description": "Because helloworld was taken!", "categories": [ "Other" diff --git a/readme.md b/readme.md index f93ad37..a3e130a 100644 --- a/readme.md +++ b/readme.md @@ -1,9 +1,8 @@

AHK++

+

Full language support for AHK v1 and AHK v2

-AutoHotkey Plus Plus (AHK++) provides AutoHotkey language support for VS Code. For AHK v1, this includes: - - IntelliSense - syntax highlighting - debug support