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" },