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

C++ syntax highlighting misses certain include directives. #43

Open
ghost opened this issue Apr 11, 2017 · 0 comments · May be fixed by #44
Open

C++ syntax highlighting misses certain include directives. #43

ghost opened this issue Apr 11, 2017 · 0 comments · May be fixed by #44

Comments

@ghost
Copy link

ghost commented Apr 11, 2017

Per the FreeType library's documentation, it is to be included as follows:

#include <ft2build.h>
#include FT_FREETYPE_H

However Vim's syntax files for C/C++ (and likely other languages) only highlight the #include when a matching pair of delimiters is provided.

mattn added a commit that referenced this issue Apr 26, 2017
@mattn mattn linked a pull request Apr 26, 2017 that will close this issue
@ghost ghost mentioned this issue May 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant