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

Syntax confusion when identifier ends with 'module'

rcorre opened this issue · comments

struct testmodule { }
void main() {
}

In the above example, everything following the declaration of testmodule has no syntax coloring, presumably because of the use of the word module at the end of an identifier.