diff options
Diffstat (limited to 'runtime/syntax/d.vim')
-rw-r--r-- | runtime/syntax/d.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/d.vim b/runtime/syntax/d.vim index 52c83bf913..07a299fa55 100644 --- a/runtime/syntax/d.vim +++ b/runtime/syntax/d.vim @@ -387,7 +387,7 @@ hi def link dPragmaIdentifier Identifier hi def link dExtern dExternal hi def link dExternIdentifier Identifier -" Marks contents of the asm statment body as special +" Marks contents of the asm statement body as special syn match dAsmStatement "\<asm\>" syn region dAsmBody start="asm[\n]*\s*{"hs=e+1 end="}"he=e-1 contains=dAsmStatement,dAsmOpCode,@dComment,DUserLabel |