JesseKPhillips / d.vim

Vim Syntax highlighting file for the D Programming Language

Home Page:http://www.vim.org/scripts/script.php?script_id=379

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comments incorrectly highlighted in ASM block

JesseKPhillips opened this issue · comments

Suggested addition/modification:

syn region dAsmBody start="asm[\n]\s{"hs=e+1 end="}"he=e-1 contains=dAsmStatement,dAsmOpCode, dBlockComment,dNestedComment,dLineComment, dUserLabel

--- Shahid