Highlight alternative word-size code segment directives
This commit is contained in:
parent
3032456c31
commit
46304a54a2
|
|
@ -44,7 +44,7 @@ syn keyword gasDirectiveStore .string .string8 .string16 .ascii .asciz .comm
|
||||||
syn keyword gasDirectiveMacro .altmacro .macro .noaltmacro .endm .func .endfunc
|
syn keyword gasDirectiveMacro .altmacro .macro .noaltmacro .endm .func .endfunc
|
||||||
|
|
||||||
" i*86 directives
|
" i*86 directives
|
||||||
syn keyword gasDirectiveX86 .att_syntax .intel_syntax .att_mnemonic .intel_mnemonic .lcomm
|
syn keyword gasDirectiveX86 .att_syntax .intel_syntax .att_mnemonic .intel_mnemonic .code16 .code32 .code64 .lcomm
|
||||||
|
|
||||||
" i*86 register set
|
" i*86 register set
|
||||||
syn keyword gasRegisterX86 %rax %rbx %rcx %rdx %rdi %rsi %rsp %rbp
|
syn keyword gasRegisterX86 %rax %rbx %rcx %rdx %rdi %rsi %rsp %rbp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue