javigon / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

Patch for /runtime/syntax/d.vim #171

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
fix highlighting string after variables what have 'import' or 'module' in name.
Example:

enum Problem
{
 importVar,
 or_moduleVar
}

string myvar;
^^^^^^ 
was not highlighted

Original issue reported on code.google.com by code.via...@gmail.com on 4 Oct 2013 at 9:17

Attachments:

GoogleCodeExporter commented 9 years ago
This has been fixed in the development branch of d.vim
https://github.com/JesseKPhillips/d.vim

Original comment by Jesse.K....@gmail.com on 5 Oct 2013 at 8:20

GoogleCodeExporter commented 9 years ago
I'll include it in the distribution.  Thanks Jesse.

Original comment by brammool...@gmail.com on 6 Oct 2013 at 12:07