mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-23 05:41:07 +02:00
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.
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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user