This commit is contained in:
Félix 2024-10-12 19:52:51 -04:00
parent 85fe0eca1e
commit 1a19d2bee8
2 changed files with 5 additions and 3 deletions

View file

@ -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:

View file

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