From 1a931224ebcd2d206b8eae8b679c9631d3603409 Mon Sep 17 00:00:00 2001 From: wcampbell Date: Wed, 13 Aug 2025 00:09:31 -0400 Subject: [PATCH] Add x86_64 Assembly to x86 sublime syntax file * Using ARM Assembly with the bat library works with .language("ARM Assembly"), while x86 has no name. Add name to sublime syntax file. --- assets/syntaxes/02_Extra/Assembly (x86_64).sublime-syntax | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/syntaxes/02_Extra/Assembly (x86_64).sublime-syntax b/assets/syntaxes/02_Extra/Assembly (x86_64).sublime-syntax index 1d91df82..7d89eda1 100644 --- a/assets/syntaxes/02_Extra/Assembly (x86_64).sublime-syntax +++ b/assets/syntaxes/02_Extra/Assembly (x86_64).sublime-syntax @@ -1,5 +1,6 @@ %YAML 1.2 --- +name: x86_64 Assembly file_extensions: [yasm, nasm, asm, inc, mac] scope: source.asm.x86_64 @@ -1364,4 +1365,4 @@ contexts: scope: invalid.keyword.operator.word.mnemonic.sse5.packed-arithmetic - match: '(?i)\b(pcmov|permp[ds]|pperm|prot[bdqw]|psh[al][bdqw])\b' scope: invalid.keyword.operator.word.mnemonic.sse5.simd-integer -... \ No newline at end of file +...