yes
This commit is contained in:
parent
85fe0eca1e
commit
1a19d2bee8
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue