From 1a19d2bee83d0b44d23c2cdfc2993db95b429ed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix?= <142559040+filouRE@users.noreply.github.com> Date: Sat, 12 Oct 2024 19:52:51 -0400 Subject: [PATCH] yes --- README.md | 2 ++ package.json | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 20ec9a2..f67d22c 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ Once installed, the extension will automatically provide syntax highlighting for - `.asm` - `.s` +- `.S` +- `.nasm` If you're working with a file that has a different extension but contains x86/x64 assembly code, you can manually set the language mode: diff --git a/package.json b/package.json index cefd003..b196cab 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "x86-assembly-syntax", - "displayName": "x86-x64 Assembly Syntax", - "description": "Syntax highlighting for x86 and x64 assembly with Intel syntax", - "version": "1.0.1", + "displayName": "x86-x64 Assembly Syntax Highlighting", + "description": "Syntax highlighting extension for x86 and x64 assembly for Intel syntax", + "version": "1.0.2", "engines": { "vscode": "^1.60.0" },