Fix .if directives
This commit is contained in:
parent
0168ad834b
commit
c171c4e985
@ -66,7 +66,7 @@ syn keyword gasDirective .handlerdata
|
||||
syn keyword gasDirective .hidden
|
||||
syn keyword gasDirective .hword
|
||||
syn keyword gasDirective .ident
|
||||
syn match gasDirective "\.if\%(def\|b\|c\|eq\|eqs\|ge\|gt\|le\|lt\|nb\|nc\|ndef\|notdef\|ne\|nes\)"
|
||||
syn match gasDirective "\.if\%(def\|b\|c\|eq\|eqs\|ge\|gt\|le\|lt\|nb\|nc\|ndef\|notdef\|ne\|nes\)\?"
|
||||
syn keyword gasDirective .incbin
|
||||
syn keyword gasDirective .include
|
||||
syn match gasDirective "\.inst\%(\.[nw]\)\?"
|
||||
|
Loading…
Reference in New Issue
Block a user