diff --git a/assets/syntaxes/02_Extra/Assembly (x86_64).sublime-syntax b/assets/syntaxes/02_Extra/Assembly (x86_64).sublime-syntax index 7d89eda1..6aa8150c 100644 --- a/assets/syntaxes/02_Extra/Assembly (x86_64).sublime-syntax +++ b/assets/syntaxes/02_Extra/Assembly (x86_64).sublime-syntax @@ -1365,4 +1365,3 @@ 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 -...