mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-04 12:22:28 +01:00
Merge pull request #3373 from wcampbell0x2a/add-name-to-x86-asm-sublime-syntax
Add x86_64 Assembly to x86 sublime syntax file
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
%YAML 1.2
|
%YAML 1.2
|
||||||
---
|
---
|
||||||
|
name: x86_64 Assembly
|
||||||
file_extensions: [yasm, nasm, asm, inc, mac]
|
file_extensions: [yasm, nasm, asm, inc, mac]
|
||||||
scope: source.asm.x86_64
|
scope: source.asm.x86_64
|
||||||
|
|
||||||
@@ -1364,4 +1365,3 @@ contexts:
|
|||||||
scope: invalid.keyword.operator.word.mnemonic.sse5.packed-arithmetic
|
scope: invalid.keyword.operator.word.mnemonic.sse5.packed-arithmetic
|
||||||
- match: '(?i)\b(pcmov|permp[ds]|pperm|prot[bdqw]|psh[al][bdqw])\b'
|
- match: '(?i)\b(pcmov|permp[ds]|pperm|prot[bdqw]|psh[al][bdqw])\b'
|
||||||
scope: invalid.keyword.operator.word.mnemonic.sse5.simd-integer
|
scope: invalid.keyword.operator.word.mnemonic.sse5.simd-integer
|
||||||
...
|
|
Reference in New Issue
Block a user