Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Aug 18, 2015 · 2 comments
Closed

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

GoogleCodeExporter opened this issue Aug 18, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

I'll include it in the distribution.  Thanks Jesse.

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants