From 46304a54a23733fea6245f3aafd261389e52ecf0 Mon Sep 17 00:00:00 2001 From: Bastiaan Teeuwen Date: Sat, 31 Dec 2016 14:12:03 +0100 Subject: [PATCH] Highlight alternative word-size code segment directives --- syntax/gas.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/gas.vim b/syntax/gas.vim index 0deb9d2..b6bf291 100644 --- a/syntax/gas.vim +++ b/syntax/gas.vim @@ -44,7 +44,7 @@ syn keyword gasDirectiveStore .string .string8 .string16 .ascii .asciz .comm syn keyword gasDirectiveMacro .altmacro .macro .noaltmacro .endm .func .endfunc " 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 syn keyword gasRegisterX86 %rax %rbx %rcx %rdx %rdi %rsi %rsp %rbp