From 5bb212806b9646f94374367cb1a9f1dbef52c2a6 Mon Sep 17 00:00:00 2001 From: Jesse McDonald Date: Wed, 14 Oct 2020 01:15:34 -0500 Subject: [PATCH] Add .ifdef directive. --- syntax/gas.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/syntax/gas.vim b/syntax/gas.vim index 2f76fa6..2633b60 100644 --- a/syntax/gas.vim +++ b/syntax/gas.vim @@ -36,6 +36,7 @@ syn keyword gasDirective .reloc .rept .sbttl .scl .section .set .single .size .s syn keyword gasDirective .stabd .stabn .stabs .struct .subsection syn keyword gasDirective .symver .tag .text .title .type .uleb128 .val .version syn keyword gasDirective .vtable_entry .vtable_inherit .warning .weak .weakref +syn keyword gasDirective .ifdef syn keyword gasDirectiveStore .byte .hword .word .int .long .double .short .float .quad .octa